Next Topic

Previous Topic

Book Contents

Send Email

Sends an email to a specified recipient.

POST /email

Headers

Model Schema

Field

Datatype

Filterable

Sortable

FromAddress

string

 

 

ToAddress

string

 

 

Subject

string

 

 

Body

string

 

 

IsBodyHtmltrue

boolean

 

 

Priority

int

 

 

UniqueTag

string

 

 

Attributes

array

 

 

Sample Request Model

{
  "FromAddress": "string",
  "ToAddress": "string",
  "Subject": "string",
  "Body": "string",
  "IsBodyHtml": true,
  "Priority": 0,
  "UniqueTag": "string",
  "Attributes": {}
}