Webhook Delivery
Outbound webhook fan-out with HMAC signing, exponential-backoff retries, dead-letter queue, and per-endpoint health tracking. Customer-facing deliveries log including the response status + body for debugging. Sandbox keys for trial users, rate limits per workspace, no-PII logging by default.
Projects
- Inkwell — Form Submission API2026-06-09
HTML form ingestion API with spam scoring, multi-destination fan-out (email/Slack/HubSpot/etc), and a 3 KB JS widget.
- Webhook Relay2026-06-07
Production-shaped webhook delivery API with HMAC signing, exponential backoff retries, dead-letter queue, and 4 language SDKs.
Packages (12)
- @philiprehberger/dotnet-webhook-signaturedotnet
HMAC webhook signing and verification with replay prevention — supports SHA-256, SHA-384, and SHA-512.
- @philiprehberger/go-webhook-relay-clientgo
Go SDK + HMAC verifier for the [Webhook Relay API](https://webhook-relay.dcsuniverse.com). Go 1.22+, zero runtime dependencies beyond the standard library.
- @philiprehberger/go-webhook-signaturego
HMAC-SHA256 webhook signature generation and verification with HTTP middleware for Go
- @philiprehberger/kt-webhook-signaturekotlin
HMAC webhook signature creation and verification with timing-safe comparison.
- @philiprehberger/php-webhook-relay-clientphp
PHP SDK + HMAC verifier for the Webhook Relay API
- @philiprehberger/webhook-signaturephp
Minimal, framework-agnostic HMAC-SHA256 webhook signature generation and verification with replay attack prevention
- @philiprehberger/py-webhook-relay-clientpython
Python SDK + HMAC verifier for the Webhook Relay API
- @philiprehberger/py-webhook-signaturepython
HMAC-based webhook signature generation and verification with timing-safe comparison
- @philiprehberger/rb-webhook-builderruby
Webhook delivery client with HMAC signing, retry, and tracking
- @philiprehberger/rb-webhook-signatureruby
HMAC-SHA256 webhook signing and verification with replay prevention
- @philiprehberger/rs-webhook-signaturerust
HMAC-SHA256 webhook signing and verification for Rust
- @philiprehberger/webhook-relay-clienttypescript
TypeScript SDK + signature verifier for the Webhook Relay API