webhook_add_signatures
Generate and verify HMAC signatures for webhooks to prevent tampering and replay attacks. Configure algorithm, header name, and timestamp inclusion.
Instructions
Pro: Add HMAC signature generation and verification for webhook security
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| algorithm | No | HMAC algorithm to use | sha256 |
| header_name | No | HTTP header name for the signature | x-webhook-signature |
| include_timestamp | No | Whether to include timestamp to prevent replay attacks |