Skip to main content

Send an email

POST 

/emails

Queue an email for delivery. The email is processed asynchronously and you'll receive a message ID to track its status.

You can provide content directly via html/text fields, or use a template by specifying template_id and template_data.

Request

Responses

Email accepted for delivery

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.