POST
/
send
/
email

Authorizations

Authorization
string
header
required

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

Body

application/json
body
string
required

Email content

contentType
enum<string>
required

Content type of the email

Available options:
html,
text
from
string
required

Sender's name

subject
string
required

Email subject

to
string
required

Recipient's email address

cc
string

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

replyTo
string

Reply-to email address

Response

200 - application/json
crumbs
object
email_id
string

Email ID, used for delivery tracking and analytics

message
string

Was this page helpful?