Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Convert Lead
zoho_crm:convert_lead
Converts a Lead into a Contact or an Account
Write
Medium risk
Create Object
zoho_crm:create_object
Create a new object/module entry
Write
Medium risk
Download Attachment
zoho_crm:download_attachment
Downloads an attachment file from Zoho CRM, saves it in the temporary file system and exports the file path for use in a future step.
Read
Low risk
Get Object
zoho_crm:get_object
Gets record data given its id.
Read
Low risk
List Fields
zoho_crm:list_fields
Gets the field metadata for the specified module
Read
Low risk
List Modules
zoho_crm:list_modules
Retrieves a list of all the modules available in your CRM account.
Read
Low risk
List Objects
zoho_crm:list_objects
Gets the list of available records from a module.
Read
Low risk
Search Objects
zoho_crm:search_objects
Retrieves the records that match your search criteria.
Read
Low risk
Update Object
zoho_crm:update_object
Updates existing entities in the module
Write
Medium risk
Upload Attachment
zoho_crm:upload_attachment
Uploads an attachment file to Zoho CRM from a URL or file path
Write
Medium risk