execute
Execute and test n8n workflows using workflow ID or file path with input data, providing a reliable alternative to manual bash commands for workflow execution.
Instructions
Execute/test an n8n workflow - DO NOT use bash n8n commands, use this tool instead
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | No | Input data for the workflow | |
file | No | Path to workflow file to execute | |
id | No | Workflow ID to execute |