POST
/
send
/
email

Authorizations

Authorization
string
headerrequired

Authentication using a Bearer Token. Specify Authorization: Token YOUR_TOKEN. Bearer is allowed.

Body

application/json
to
string
required

Recipient's email address

from
string
required

Sender's name

subject
string
required

Email subject

body
string
required

Email content

contentType
enum<string>
required

Content type of the email

Available options:
html,
text
cc
string

CC email address (only 1 is supported as of now)

replyTo
string

Reply-to email address

Response

200 - application/json
message
string
crumbs
object
email_id
string

Email ID, used for delivery tracking and analytics