Creates new records in a specified module in Zoho CRM. Bulk operations may partially succeed — inspect each item's status field in the response, as some records may be created while others fail.
dataRequiredarrayA list of dictionaries representing the records to be created. Each dictionary contains field API names as keys and their values. Required fields depend on the module (e.g., Last_Name is required for Leads and Contacts, and MUST have a non-empty value). For lookup fields, use si…
lar_idstringThe layout ID or lead assignment rule ID (lar_id) to be used if required.
triggerarrayList of triggers to invoke during record creation (e.g., ['workflow', 'blueprint']). Enabling triggers can cause side effects (emails sent, other records modified) — only include when such effects are explicitly desired, especially in bulk operations.
module_api_nameRequiredstringThe API name of the module to create a record in. Standard modules use PascalCase (e.g., 'Leads', 'Contacts', 'Accounts', 'Deals', 'Tasks', 'Campaigns'). Custom modules must use their exact API name as configured in Zoho CRM - this is NOT the display name. To find a custom modul…
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.