Send Transactional Email

Send a transactional email

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Transactional Email object

Describes a Transactional Email record.

string
required

The subject line to be used in the email.

to
object
required

The 'to' email address

from
object
required

The 'from' email address.

reply_to
object

Describes an Email Address.

boolean
Defaults to false

Whether this email should be considered transactional or not.

string
Defaults to default

A string that can be made up for tracking purposes.

string

Enter a profile ID to make profile information available as dynamic content for using in your email templates.

int32

The ID of the HTML email template to be used.

content
object

The content of the email.

data
object

Data passed in this object will be made available as dynamic content which you can merge into the template before sending.

url_parameters
object

Tracking parameters for transactional emails if no parameters are defined in the platform or in an API call.

boolean
Defaults to false

To be used during testing. When set to "True", the email will be processed but not sent.

Responses
200

Email successfully sent

403

API key is not authorised to access this resource

Language
Credentials
Header
LoadingLoading…