Bulk

Send marketing and bulk emails

Send marketing emails and newsletters through the bulk stream optimized for high-volume sending.

circle-info

Learn more about Bulk Streamarrow-up-right and when to use it.

Send bulk email

post

Send marketing emails and newsletters through the bulk stream optimized for high-volume sending.

Use cases:

  • Marketing campaigns

  • Newsletters

  • Announcements

  • Promotional emails

Authorizations
Api-TokenstringRequired

API token in Api-Token header

Body
or
or
or
Responses
chevron-right
200

Bulk email successfully sent

application/json
post
/api/send

Batch send emails

post

Send up to 500 marketing emails in a single API call. Each email can have unique recipients and content while sharing base properties.

Limits:

  • Maximum 500 messages per call

  • Maximum 50 MB total payload size (including attachments)

Note: The endpoint returns HTTP 200 even if individual messages fail. Check the responses array for individual message status.

Authorizations
Api-TokenstringRequired

API token in Api-Token header

Body

Send multiple emails in a single API call (up to 500)

Responses
chevron-right
200

Batch processed. Check individual responses for delivery status.

application/json
post
/api/batch

Last updated

Was this helpful?