send_to_webhook
Send JSON data as a POST request to a webhook.site endpoint using a unique token.
Instructions
Send a POST request with JSON data to a webhook.site endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | JSON data to send to the webhook | |
| headers | No | Optional custom headers to include in the request | |
| webhook_token | Yes | The webhook token (UUID) from webhook.site |