Trigger webhook
n8n_trigger_webhookTrigger a workflow via its webhook URL with customizable HTTP method, headers, and body. Enable test mode using the isTest parameter.
Instructions
Trigger a workflow via its webhook URL. Use isTest=true for test webhooks. The webhookPath is the path configured in the Webhook node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhookPath | Yes | Webhook path (as configured in the Webhook node) | |
| method | No | HTTP method (default POST) | |
| data | No | Request body (JSON) | |
| headers | No | Custom headers | |
| isTest | No | Use /webhook-test instead of /webhook |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||