create_flow
Create a new automation flow by defining its trigger, status, and operations to automate workflows.
Instructions
Create a new automation flow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Flow name | |
| status | No | Flow status (default: active) | |
| options | No | Trigger-specific options | |
| trigger | No | Trigger type (e.g., manual, schedule, event, webhook) | |
| operations | No | Initial operations to create with the flow | |
| description | No | Flow description |