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 Record | Retrieves the details related to a module, for example, Leads, Accounts, Contacts, etc., based on its Id. |
| Update Record | Updates a record of a module (For example, Leads, Accounts, Contacts, etc.) as specified in the request body. |
| Delete Record | Deletes a record of a module (For example, Leads, Accounts, Contacts, etc.) as specified in the request body. |
| All Records | Retrieves the details related to a module, for example, Leads, Accounts, Contacts, etc. |
| Create Record | Adds a new record to a module (For example, Leads, Accounts, Contacts, etc.) as specified in the request body. |
| Create Or Update Record | Adds a new record, or updates an existing record of a module (For example, Leads, Accounts, Contacts, etc.) as specified in the request body. |
| Create Record | Adds new records to a module (For example, Leads, Accounts, Contacts, etc.) in batch mode as specified in the request body. |
| Update Record | Updates the records of a module (For example, Leads, Accounts, Contacts, etc.) in batch mode as specified in the request body. |
| Delete Record | Deletes the records of a module (For example, Leads, Accounts, Contacts, etc.) in batch mode as specified in the request body. |
| Create Or Update Record | Adds 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 Records | Retrieves the details related to a module, for example, Leads, Accounts, Contacts, etc., based on a search query. |