Create workflow
create_workflowCreate a new inactive workflow in n8n by providing a name, nodes, and connections in JSON format. Activate it later to run automation.
Instructions
Create a new workflow (created inactive; use activate_workflow to enable it). 'nodes' and 'connections' are JSON in n8n's standard export format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Workflow name | |
| nodes | Yes | JSON array of n8n nodes (n8n export format) | |
| settings | No | JSON object of workflow settings (optional) | |
| connections | Yes | JSON object of connections between nodes |