POST
/
email
/
send

Authorizations

Authorization
string
header
required

An API key to authenticate requests

Body

application/json
recipients
string
required

Recipients of the Email, comma-separated list of emails

Minimum length: 4
sender_id
string
required

Sender ID of the Email

callback
string

This is the URL to receive delivery reports for the email

content
string

Content of the Email , this is required if a template ID is not specified

external_ref
string

This is a reference to the message in your system

from_name
string

The name of the sender of the Email

personalisation
object[]

Personalisation of the Email

reply_to
string

The Email address a response should be sent to

subject
string

Subject of the Email

template_id
string

Template ID of the Email, this is required if content is not specified

Response

200 - application/json
id
string
required

Unique ID of the Email

recipients
any[]
required

Recipients of the Email

sender_id
string
required

Sender ID of the Email

callback
string

This is the URL to receive delivery reports for the message

created_datetime
string

Date and time the Email was created

external_ref
string

This is a reference to the email in your system

from_name
string

The sender of the email.

meta
object
personalisation
object[]

Personalisation of the Email message

template_id
string

Template ID of the Email message

updated_datetime
string

Date and time the Email was last updated, if any