Powerful Features
Everything you need to manage webhooks at scale
🎯
Auto-Detect Schema
Automatically detect webhook schema, authentication methods, and event types from the first request. Zero configuration needed.
- Detects JSON, form-data, XML payloads
- Identifies HMAC, Bearer, Basic auth
- Extracts event type from headers or payload
- Auto-configures validation rules
🔄
Smart Fan-Out
Send one webhook to unlimited destinations. Each destination has its own configuration, authentication, and rate limits.
- Unlimited destinations per source
- Per-destination authentication
- Individual rate limiting
- Custom headers per destination
⚡
JavaScript Transforms
Modify payloads with JavaScript. Live editor with before/after preview. No deployment needed.
- Full JavaScript support
- Live preview in editor
- Access to headers and metadata
- Filter events by returning null
🔁
Infinite Retries
Exponential backoff, dead-letter queues, circuit breakers, and guaranteed delivery. Never lose an event.
- Configurable retry policies
- Exponential backoff strategy
- Dead-letter queue for failed events
- Manual replay from DLQ
📊
Real-Time Observability
Live event feed, delivery logs, latency metrics, and detailed error inspection. Debug in seconds.
- Real-time event stream
- Detailed delivery logs
- Latency and success metrics
- Request/response inspection
🔐
Enterprise Security
HMAC verification, API keys, bearer tokens, MTLS. Secrets never exposed. SOC2 compliant.
- HMAC signature verification
- Multiple auth methods
- Encrypted secret storage
- Audit logging