trigger_webhook
Send test webhook events to simulate third-party service data delivery for debugging and validation purposes.
Instructions
Send a test webhook event to a specific Hook. This mimics a real third-party service sending data to the hook URL.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hookId | No | The ID of the hook to trigger (preferred) | |
| hook_id | No | Alias for hookId | |
| payload | Yes | The payload to send. Can be a JSON object, a JSON string, or just plain text. | |
| contentType | No | Content-Type of the webhook (default: application/json) | application/json |