n8n_create_workflow
Create a new n8n workflow by providing the workflow JSON with nodes and connections. Define node types, parameters, positions, and connections between nodes. Optionally set a workflow name and activate it immediately after creation.
Instructions
Create a new n8n workflow. Provide the full workflow JSON including nodes and connections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Workflow name | |
| nodes | Yes | Array of workflow nodes | |
| connections | No | Array of connections between nodes | |
| server_name | No | Server name. Uses default if omitted. | |
| activate | No | Activate workflow after creation |