Sends an email to a specified recipient.
POST /email
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Request Model
{
"FromAddress": "string",
"ToAddress": "string",
"Subject": "string",
"Body": "string",
"IsBodyHtml": true,
"Priority": 0,
"UniqueTag": "string",
"Attributes": {}
}