n8n_trigger_webhook
Trigger a workflow via webhook to test it end-to-end and inspect the real response, with custom HTTP method, JSON body, and test mode.
Instructions
Call a Webhook-trigger workflow on the n8n instance to test it end-to-end and see the real response. Use test=true only while the workflow is in "Listen for test event" mode in the editor; otherwise the workflow must be active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON body to send | |
| path | Yes | Webhook path as configured in the Webhook node (e.g. "my-hook" or a UUID) | |
| test | No | Use the /webhook-test/ path instead of /webhook/ | |
| method | No | HTTP method (default POST) |