n8n_create_workflow
Create a new workflow in n8n using an API key and workflow definition, including nodes, connections, and settings.
Instructions
Crea un nuevo workflow en n8n.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | API key de n8n. | |
| base_url | No | ||
| workflow | Yes | Objeto del workflow según el esquema de n8n (name, nodes, connections, settings). |