Forward to Public URL
The primary use case for Huk Relay is to forward webhooks to public URLs. This is useful for:
- Testing webhooks on your staging or production servers.
- Distributing a single webhook to other 3rd party services (e.g., Slack, Discord).
Creating a Destination
- Navigate to your Forwards dashboard.
- Select an existing Forward or create a new one.
- In the "Destinations" section, click "Add Destination".
- Enter the public URL (e.g.,
https://api.example.com/webhooks) in the Target URL field. - Click "Create".
Now, any webhook received by your Forward's input URL will be automatically forwarded to https://api.example.com/webhooks.
Huk Relay Docs