Update workflow
update_workflowUpdate an existing workflow by replacing its triggers or actions, or disable it with enabled:false.
Instructions
Update a workflow. Passing triggers or actions replaces the existing list wholesale — fetch the current definition with get_workflow, modify it, and send the complete list back. To simply switch a rule off, pass enabled:false and nothing else.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| order | No | ||
| actions | No | ||
| enabled | No | ||
| triggers | No |