LogoHuk Relay Docs

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

  1. Navigate to your Forwards dashboard.
  2. Select an existing Forward or create a new one.
  3. In the "Destinations" section, click "Add Destination".
  4. Enter the public URL (e.g., https://api.example.com/webhooks) in the Target URL field.
  5. Click "Create".

Now, any webhook received by your Forward's input URL will be automatically forwarded to https://api.example.com/webhooks.

Table of Contents