Skip to main content
Version: 4

Zoho CRM actions

A Zoho CRM Action, for example, Create Record, is required to send data to Zoho CRM using the Zoho CRM app connector. Following is the list of supported Zoho CRM actions.

Action
Description
Get RecordRetrieves the details related to a module, for example, Leads, Accounts, Contacts, etc., based on its Id.
Update RecordUpdates a record of a module (For example, Leads, Accounts, Contacts, etc.) as specified in the request body.
Delete RecordDeletes a record of a module (For example, Leads, Accounts, Contacts, etc.) as specified in the request body.
All RecordsRetrieves the details related to a module, for example, Leads, Accounts, Contacts, etc.
Create RecordAdds a new record to a module (For example, Leads, Accounts, Contacts, etc.) as specified in the request body.
Create Or Update RecordAdds a new record, or updates an existing record of a module (For example, Leads, Accounts, Contacts, etc.) as specified in the request body.
Create RecordAdds new records to a module (For example, Leads, Accounts, Contacts, etc.) in batch mode as specified in the request body.
Update RecordUpdates the records of a module (For example, Leads, Accounts, Contacts, etc.) in batch mode as specified in the request body.
Delete RecordDeletes the records of a module (For example, Leads, Accounts, Contacts, etc.) in batch mode as specified in the request body.
Create Or Update RecordAdds new records, or updates the existing records of a module (For example, Leads, Accounts, Contacts, etc.) in batch mode as specified in the request body.
Search RecordsRetrieves the details related to a module, for example, Leads, Accounts, Contacts, etc., based on a search query.