Retrieves all emails associated with a specific record in Zoho CRM. Use this action when you need to fetch email history for a lead, contact, account, deal, or other CRM record. The response includes email metadata such as subject, sender, recipients, timestamps, and status info…
typestringType of emails to filter.
indexstringPagination control parameter. Use the 'next_index' value from the previous response's info object to retrieve the next batch of emails. Start without this parameter to get the first page.
owner_idstringThe ID of the user whose emails you want to fetch. IMPORTANT: This parameter can only be used when type='user_emails'. It will be ignored if type is set to any other value.
record_idRequiredstringThe unique identifier of the record whose emails you want to retrieve.
module_api_nameRequiredstringThe API name of the module containing the record. Common modules: 'Leads', 'Contacts', 'Accounts', 'Deals', 'Quotes', 'Invoices', 'Sales_Orders', 'Purchase_Orders', or custom modules. Must be the exact API name.
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.