Send Test Emails

Send emails to sandbox

Test Emails

Send email (including templates)

post

Send email message to the specified inbox.

Authorizations
Api-TokenstringRequired

Pass the API token in the Api-Token

Path parameters
inbox_idinteger · int64 · min: 1Required

Unique inbox ID

Example: 4015
Body
or
or
or
Responses
chevron-right
200

Success. Message has been delivered.

application/json
successbooleanOptionalExample: true
message_idsstring[]Optional

An array of message IDs, one per recipient, in order of To, Cc, Bcc

Example: 0c7fd939-02cf-11ed-88c2-0a58a9feac02
post
/api/send/{inbox_id}

Batch send email (including templates)

post

Batch send email (text, html, text&html, templates). Please note that the endpoint will return a 200-level http status, even when sending for individual messages may fail. Users of this endpoint should check the success and errors for each message in the response (the results are ordered the same as the original messages - requests). Please note that the endpoint accepts up to 500 messages per API call, and up to 50 MB payload size, including attachments.

Authorizations
Api-TokenstringRequired

Pass the API token in the Api-Token

Path parameters
inbox_idinteger · int64 · min: 1Required

Unique inbox ID

Example: 4015
Body
Responses
chevron-right
200

Success. Check individual responses if messages have been delivered.

application/json
successbooleanOptional

Indicates whether the was a general error. When false, you should check the errors array for information. When true, you should check individual message responses and their success.

Example: true
errorsstring[]Optional

General request errors.

post
/api/batch/{inbox_id}

Last updated

Was this helpful?