Hi,
I’m looking for guidance on creating a draft email using the Zoho API. The official documentation I’m referring to can be found here.
Please find attached an image showing my latest attempt:
The JSON string used in the request body is:
{
"__email_drafts": [
{
"to": "helo@world.com",
"rich_text": false,
"content": "Test content"
}
]
}
Could you help me find the good settings in the module?