create_flow
Create a new Node-RED flow by passing its configuration as a JSON string, and receive the unique ID for the newly created flow.
Instructions
Create a new flow.
Args: flow_json: Flow configuration as JSON string
Returns: FlowCreateResult with the new flow ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No |