POST
/
email
/
send

Authorizations

Authorization
string
headerrequired

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

content
string

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

from_name
string

The name of the sender of the Email

subject
string

Subject of the Email

reply_to
string

The Email address a response should be sent to

external_ref
string

This is a reference to the message in your system

callback
string

This is the URL to receive delivery reports for the email

template_id
string

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

personalisation
object[]

Personalisation of the Email

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

external_ref
string

This is a reference to the email in your system

callback
string

This is the URL to receive delivery reports for the message

template_id
string

Template ID of the Email message

from_name
string

The sender of the email.

personalisation
object[]

Personalisation of the Email message

created_datetime
string

Date and time the Email was created

updated_datetime
string

Date and time the Email was last updated, if any

meta
object