n8n_execute_workflow
Trigger workflow execution manually for testing or API integration. Pass optional input data and receive an execution ID to monitor progress.
Instructions
Manually trigger workflow execution with optional input data. Useful for testing or API-driven workflows without webhooks. Returns execution ID to track progress. Does not require workflow to be active.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID to execute | |
| data | No | Input data passed to workflow start node (optional) |