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
200

Success. Message has been delivered.

application/json
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
200

Success. Check individual responses if messages have been delivered.

application/json
post
/api/batch/{inbox_id}

Last updated

Was this helpful?