Flip a workflow between active and paused. Validates graph completeness when activating.
active, it becomes paused (no validation). Otherwise the server validates the graph before activating — the workflow must have at least one signal_trigger node and at least one action node (add_to_campaign or add_to_list). Missing either returns 400 with a specific message.
workflow_nodes — if you haven’t saved via Bulk save workflow nodes + edges, activation will fail with “Workflow must have a signal trigger node”.Related: Get a workflow, List workflow runs.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Workflow UUID.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Workflow status toggled. New status in the response body.