trigger_webhook
Send custom HTTP requests to a webhook path with method, headers, body, query parameters, and test mode to validate n8n workflow execution.
Instructions
Trigger a webhook endpoint for testing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON body payload | |
| method | No | POST | |
| headers | No | Custom headers | |
| test_mode | No | Use /webhook-test/ endpoint if true | |
| query_params | No | Query parameters | |
| webhook_path | Yes | Webhook path/UUID |