Tools
Webhook
Send a webhook request
Usage Instructions
Send an HTTP POST request to a webhook URL with automatic webhook headers. Optionally sign the payload with HMAC-SHA256 for secure webhook delivery.
Tools
webhook_request
Send a webhook request with automatic headers and optional HMAC signing
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | The webhook URL to send the request to |
body | object | No | JSON payload to send |
secret | string | No | Optional secret for HMAC-SHA256 signature |
headers | object | No | Additional headers to include |
Output
| Parameter | Type | Description |
|---|---|---|
data | json | Response data from the webhook endpoint |
status | number | HTTP status code |
headers | object | Response headers |
Notes
- Category:
blocks - Type:
webhook_request