Trigger a workflow via its webhook
n8n_trigger_webhookTrigger an n8n workflow by calling its webhook URL. Supply the path from the Production or Test URL, optionally with method, body, or test mode.
Instructions
n8n's public API has no 'run workflow now' endpoint — the real way to trigger a workflow over HTTP is calling its own Webhook/Form trigger URL directly. Provide the webhook's path (the part after /webhook/ or /webhook-test/ in the node's Production/Test URL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| test | No | Use the test webhook URL (/webhook-test/...) instead of production | |
| method | No | ||
| webhookPath | Yes | e.g. 'my-workflow-hook' from https://your-instance/webhook/my-workflow-hook |