Execute Workflow
execute_workflowTrigger an active n8n workflow by sending a JSON payload to its Webhook trigger node. Provide workflow_id and optional data, received in the workflow as $json.body.
Instructions
Trigger a workflow's execution via its Webhook trigger node, if it has one.
n8n's public API has no generic "run workflow by ID" endpoint, so this only
works for workflows containing a Webhook trigger node, and the workflow must
be active for the webhook to respond. data, if given, is sent as the JSON
request body, landing in the workflow's $json.body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| workflow_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||