Test an automation
Automations
Test an automation
Starts a suppression-aware TEST run of the saved automation — no real mail is delivered and test runs never count against analytics rollups. Body optionally carries a payload matching the trigger’s schema. Returns 202 with the started run id; follow it via GET /v1/automations/runs?automationRunId=.
POST
Test an automation
Authorizations
Send your Brew API key as Authorization: Bearer brew_xxx.
Headers
Optional idempotency key for safe retries. Reusing the same key with the same request body returns the original response for 24 hours.
Required string length:
1 - 100Path Parameters
Automation id returned by POST /v1/automations and listed by GET /v1/automations.
Required string length:
1 - 64Example:
"auto_abc"
Body
application/json
Response
Test run started.