Create workflow
create_workflowCreate a new workflow with nodes and connections in n8n JSON format. The workflow is created inactive; use activate_workflow to enable it.
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 |