Create workflow
POST/workflows
Creates a new automation workflow and automatically creates version 1 as a snapshot. If status is set to 'active' the version is published immediately. Provide trigger (event name), conditions (optional filter array), and actions (ordered effect array).
Request
Responses
- 302
- 422
Redirect to workflows list after creation.
Validation error — name and trigger are required.