n8n_create_workflow
Create a new n8n workflow by specifying nodes, connections, and settings. Use node search and validation tools first to ensure the JSON is valid.
Instructions
Create a new workflow in n8n. Prefer n8n_search_nodes + n8n_validate_workflow first so the JSON is valid. You can specify nodes, connections, and settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the workflow | |
| nodes | No | Array of workflow nodes (defaults to empty) | |
| settings | No | Workflow settings | |
| connections | No | Node connections |