POST /crm/v6/Deals/{record_id}/actions/associate_email

Zoho CRM allows its users to associate emails with record entities. You can also associate an email entry with a record, and map another record to the same. For example, if you are associating an email to a Deal, you might also need to map a contact with it. This is facilitated using the associate email API.

Servers

Path parameters

Name Type Required Description
record_id String Yes

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
Emails[] Array No
Emails[].mail_format String No
Emails[].to[] Array No
Emails[].to[].email String No
Emails[].to[].user_name String No
Emails[].cc[] Array No
Emails[].cc[].email String No
Emails[].cc[].user_name String No
Emails[].attachments[] Array No
Emails[].attachments[].id String No
Emails[].attachments[].name String No
Emails[].bcc[] Array No
Emails[].bcc[].email String No
Emails[].bcc[].user_name String No
Emails[].sent Boolean No
Emails[].content String No
Emails[].date_time String No
Emails[].linked_record Object No
Emails[].linked_record.id String No
Emails[].linked_record.name String No
Emails[].linked_record.module Object No
Emails[].linked_record.module.id String No
Emails[].linked_record.module.api_name String No
Emails[].original_message_id String No
Emails[].subject String No
Emails[].from Object No
Emails[].from.email String No
Emails[].from.user_name String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.