webhook_debug
Parse and analyze webhook requests by inspecting headers, validating signatures, decoding bodies, and verifying timestamps to identify issues and detect providers.
Instructions
Analyze a webhook request: parse headers, validate signature, decode body, check content-type, verify timestamp freshness, and detect the provider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | The webhook endpoint URL (for reference) | |
| body | Yes | Raw request body | |
| method | No | HTTP method used | |
| secret | No | Signing secret for signature verification (optional) | |
| headers | Yes | Request headers as key-value pairs |