Trigger a test workflow execution
Enqueue a test execution for the authenticated client’s workflow against a specific contact. Test executions do not count toward production metrics. Set respect_send_window=true to apply the workflow’s send-time scheduling (e.g. morning slot) instead of firing immediately. This response acknowledges queueing only; use GET /client/executions/ as the source of truth for final outcome state and reason.
POST
Trigger a test workflow execution
Authorizations
JWT Bearer token or raw API key via Authorization header
Path Parameters
Workflow ID
Body
application/json
Test trigger request
Previous
Clone workflow default template for clientClones the workflow's default system template into a client-owned copy so the
client can customize it. If a clone already exists it is returned as-is (idempotent).
After cloning, use PATCH /workflows/{workflow_id}/customization with the returned
template_id to activate the clone for this workflow.
Next
Trigger a test workflow execution

