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
- 202
- 400
- 403
- 422
- 429
Test email queued for delivery
Response Headers
The account's current sending state. Present on every authenticated response. One of active, throttled, or frozen.
Human-readable reason for a non-active sending status. Present only when X-Account-Sending-Status is throttled or frozen.
Validation or rendering error
The account is frozen for sending (reputation). Only send-capable endpoints return this; reads/billing/deliverability stay available. The error message carries the freeze reason.
Response Headers
The account's current sending state. Present on every authenticated response. One of active, throttled, or frozen.
Human-readable reason for a non-active sending status. Present only when X-Account-Sending-Status is throttled or frozen.
Domain not verified or recipient suppressed
The account is throttled for sending (reputation). Only send-capable endpoints return this. The error message carries the throttle reason.
Response Headers
The account's current sending state. Present on every authenticated response. One of active, throttled, or frozen.
Human-readable reason for a non-active sending status. Present only when X-Account-Sending-Status is throttled or frozen.