send_to_webhook
Send JSON data via POST request to a Webhook.site endpoint for testing webhooks and inspecting HTTP traffic.
Instructions
Send a POST request with JSON data to a webhook.site endpoint.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_token | Yes | The webhook token (UUID) from webhook.site | |
| data | Yes | JSON data to send to the webhook | |
| headers | No | Optional custom headers to include in the request |