Mandala
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

ParameterTypeRequiredDescription
urlstringYesThe webhook URL to send the request to
bodyobjectNoJSON payload to send
secretstringNoOptional secret for HMAC-SHA256 signature
headersobjectNoAdditional headers to include

Output

ParameterTypeDescription
datajsonResponse data from the webhook endpoint
statusnumberHTTP status code
headersobjectResponse headers

Notes

  • Category: blocks
  • Type: webhook_request
Webhook