API Email - Create
Create Emails New/Reply
Param
Type
Description
{
"api_key": "",
"from_address": "[email protected]",
"to_address": "[email protected]",
"cc": [
"[email protected]"
],
"subject": "Example Subjext",
"body": "HTML or Plain Text here",
"headers": [
"sense_client_id": 123456
]
}Last updated