Skip to main content

Send batch emails

POST 

/emails/batch

Send a single email to up to 100 recipients in one request. Each recipient gets their own message record. Provide either raw content (subject plus html and/or text) or a template_id with template_data. Per-recipient variables are merged on top of the batch-level template_data.

Request

Responses

Batch accepted

Response Headers
    X-Account-Sending-Status

    The account's current sending state. Present on every authenticated response. One of active, throttled, or frozen.

    X-Account-Sending-Status-Reason

    Human-readable reason for a non-active sending status. Present only when X-Account-Sending-Status is throttled or frozen.