graph_execute_flow
Execute a deployed Lamatic flow by providing an input payload. Optionally specify project and flow IDs, or omit if using a single-flow integration.
Instructions
Execute a deployed Lamatic flow. If connected via a single-flow integration, flowId can be omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | No | The flow ID to execute (optional if pre-configured for a single flow) | |
| payload | Yes | Input payload matching the flow input schema (e.g. { "prompt": "Hello" }) | |
| projectId | No | The project ID (optional if already configured) |