Skip to main content
POST
Send an HTML email to one or more recipients

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body for sending email.

recipients
string<email>[]
required

Email addresses of recipients

Minimum array length: 1
body
string
required

HTML body of the email

subject
string | null

Subject of the email

Response

Successful Response