workflows_update
Patch a workflow. Only include fields you want to change. Useful for tweaking step config, updating the trigger event, switching trigger types (e.g. from manual to entity_event), or rewording the name. To toggle active/paused state, prefer workflows_pause / workflows_resume. NOTE: changing triggerType to entity_event or inbound_webhook usually means you also want to pass triggerEvent in the same call — otherwise the workflow may end up in an inconsistent state where the type is set but no matching event is configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow UUID. | |
| name | No | ||
| steps | No | ||
| condition | No | ||
| description | No | ||
| triggerType | No | Required to switch a workflow between trigger families. See workflows_create for details on each type. | |
| triggerEvent | No | ||
| triggerConfig | No |