create-flow
Create a new flow in Node-RED by providing a JSON configuration that defines nodes, connections, and settings.
Instructions
Creates a new flow in the Node-RED instance. Args: flowJson (e.g.'{id: '91ad456e52b8', label: 'Sheet 1', nodes: [], configs: []}')
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowJson | Yes | New flow configuration in JSON |