Add Node to Flow
node-red-flows-add-nodeAdd a single node to an existing flow tab. Auto-generates node ID, validates wire targets, and positions the new node.
Instructions
Add a single node to an existing flow tab. Auto-generates ID if omitted, validates wire targets, and positions the new node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node object (at minimum 'type' is required) | |
| flowId | Yes | ID of the target flow tab | |
| expectedRev | No | Optional revision guard for conflict detection |