create_workflow
Create a new n8n workflow by specifying its name and optionally defining nodes, connections, settings, and activation status.
Instructions
Create a new workflow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the workflow | |
| nodes | No | Array of node objects | |
| active | No | Whether active | |
| settings | No | Workflow settings | |
| connections | No | Object defining connections |