Send batch transactional email using a triggered campaign

Note: You must specify either an HTML body, a plain-text body or both.

To keep things simple, we've only added a JSON example to this article. For more detailed and very similar code examples, check out the article Send transactional email.

📘

Send as many transactional email as you want

Calls to his method don't add to your allotted total calls per hour.

🚧

Batch request limits

The number of items in the batch is not limited, but each request to the API is limited to 50 MB maximum, so please ensure your API request body remains within this limit.

📘

Let your systems know when customers have interacted with links

You can receive interaction.click webhook events whenever any of your tracked links are clicked on by customers allowing you to trigger follow ups or track interactions within your own systems.

🚧

Send to an individual per email if want granular tracking

To ensure we can accurately send you webhook events such as sent, delivered, read and clicked please only add a single recipient per email.

Path Params
string
required
Defaults to r1

The Dotdigital region id your account belongs to e.g. r1, r2 or r3

Body Params
RAW_BODY
array of objects
required

An array of transactional emails to send

RAW_BODY*
Response

Response body
array of objects
object
integer
Defaults to 0
Language
Credentials
:
URL