Examples
Sample Email Request
{
"to": "abc@gmail.com",
"from": "info@xyz.com",
"subject": "Email subject line",
"bodyText": "Hello User, This is sample email body",
"bodyHtml": "<strong>Hello User</strong>,<p>This is sample email body</p>",
"sendAt": "",
"uid": "",
"programId": "",
"checkDNC":
}
Sample Email Response
{
"isid": "",
"status": "QUEUED",
"errorCode": 0,
"to": "abc@gmail.com",
"from": "info@xyz.com",
"uid": "",
"programId": ""
}