create_node
Create and configure a new node in an n8n workflow with parameters, credentials, position, and optional auto-connection to a target node.
Instructions
Create a new node in a workflow with advanced configuration options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node configuration | |
| position | No | Node position [x, y] | |
| workflowId | Yes | The workflow ID | |
| autoConnect | No | Automatically connect to target node | |
| targetNodeId | No | Target node ID for auto-connection |