Run Flow
neuron_run_flowManually trigger a flow run for testing. Starts at the 'trigger.manual' node if present, otherwise the first trigger node. Optionally provide a payload object that becomes {{trigger.*}} in the flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | UUID of the flow to run. | |
| nodeId | No | Specific trigger node id to start from (for flows with multiple triggers). | |
| payload | No | Test payload available as {{trigger.*}} in the flow — e.g. { text: 'hello', contactPhone: '2348012345678', senderName: 'Test User' }. |