POST /crm/v4/Deals/4876876000000333267/actions/associate_email
Associate Email with a record
Servers
- https://accounts.zoho.com
- {{accounts-domain}}
- https://www.zohoapis.com
- https://content.zohoapis.com
- {{zohoapis}}
- https://download-accl.zoho.com
- https://www.zohoapis.comcrm
- https://www.zohoapis.com
- https://https://www.zohoapis.com
- https://crm.localzoho.com
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[].original_message_id |
String | No | |
Emails[].owner |
Object | No | |
Emails[].owner.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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.