Execute workflow
n8n_execute_workflowTriggers a workflow execution in n8n, with optional input data to pass for processing.
Instructions
Trigger a workflow execution. Optionally send input data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | Workflow ID | |
| data | No | Input data for the workflow |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| executionId | Yes | ||
| status | Yes |