Appearance
Webhook Proxy
The webhook proxy routes external webhooks to Discord channels with configurable forwarding rules.
How It Works
- Configure — In the admin dashboard, create a webhook with destinations, regex routing, and replacement rules
- Receive — External services send webhooks to:
POST /webhooks/:publicId- Forward — The proxy forwards the webhook payload to the configured Discord channel(s)
Routing Rules
You can configure routing rules to direct different types of webhook payloads to different channels based on request headers, payload content, or other criteria.
Delivery Logging
Delivery logs are viewable from the webhook page when you need to inspect delivery attempts and errors.
The admin page also lets you copy the public webhook URL, edit or delete configurations, and add fallback destinations.