Zoho CRM
CRM & salesOAuth 2.0credential probe
Zoho CRM records, search, lead conversion, notes and attachments (OAuth2 refresh-token grant, per data centre).
OCNORA ships 12 typed Zoho CRM operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.
Operations 12
- Convert LeadConvert a lead into a contact, an account and optionally a deal, and return the ids of the records Zoho created.zoho_crm.convert_lead
- Add NoteAttach a note to one record in any Zoho CRM module, so an automated action leaves a trail a salesperson can read.zoho_crm.create_note
- Create RecordsInsert one or more records into a Zoho CRM module and return Zoho's per-record status, so a batch in which only some records were written reports both halves.zoho_crm.create_records
- Delete RecordsDelete up to 100 records from a Zoho CRM module by id and return Zoho's per-record status for the batch.zoho_crm.delete_records
- Get RecordFetch one record from a Zoho CRM module by its id, and fail the step when Zoho holds no such record.zoho_crm.get_record
- List Module FieldsList the field metadata for one Zoho CRM module, which gives you the field API names the record nodes expect.zoho_crm.list_fields
- List ModulesList every module in the Zoho CRM organisation with its API name and capabilities, which is how you discover custom module names.zoho_crm.list_modules
- List RecordsRead one page of records from a Zoho CRM module, with the field list, sort and custom view Zoho's Get Records endpoint accepts.zoho_crm.list_records
- Search RecordsSearch one Zoho CRM module by criteria expression, email address, phone number or free-text word, and return the matching page of records.zoho_crm.search_records
- Update RecordsUpdate existing records in a Zoho CRM module, either one record named by record_id or a batch that carries an id inside each record object.zoho_crm.update_records
- Upload AttachmentAttach a file to one Zoho CRM record, either by uploading its bytes or by handing Zoho a link to fetch.zoho_crm.upload_attachment
- Upsert RecordsInsert records into a Zoho CRM module, or update the ones that already exist, matching on the duplicate check fields. Each result says whether it was an insert or an update and on which field it matched.zoho_crm.upsert_records
Run your first Zoho CRM workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.