Update a workflow
Workflows
Update a workflow
Update a workflow’s display properties.
POST
Update a workflow
To change a workflow’s mailing list, use the Change workflow mailing list endpoint instead.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the workflow.
Body
application/json
Response
Workflow properties updated.
The ID of the workflow.
Available options:
Draft, Sending, Paused, PausedAndQueueing The ID of the mailing list the workflow sends to.
The ID of the root node in the workflow graph.
A map of node IDs to simplified node objects. Each node includes typeName and nextNodeIds, plus type-specific fields when present.
The current workflow revision token. Pass the latest value as expectedRevisionId on the next workflow mutation.
The name of the workflow.
The description of the workflow.
Last modified on July 21, 2026

