Dry Run Automation
automations
Dry Run Automation
Dry-run a contact through the automation’s published graph.
Executes the SAME node-dispatch logic as the real executor, but with side-effect adapters STUBBED. No enrollment is persisted; no email is sent; no tag is applied; no webhook fires.
Branch nodes still evaluate real is_member so routing is realistic.
Wait nodes return the computed delay without sleeping.
Returns a step trace ordered by execution order.
POST
Dry Run Automation
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/vnd.api+json
Body for POST /automations/{id}/test — dry-run executor.