Skip to main content

Send a test email using a template

POST 

/templates/:id/test

Render the template and send a one-off test email (dashboard JWT auth). Because this is a send-capable endpoint, a frozen account receives 403 account_frozen and a throttled account receives 429 account_throttled.

Request

Responses

Test email queued 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.