LogoHuk Relay Docs

Destination Settings

You can configure detailed settings for each destination to ensure webhooks are delivered correctly to your target system.

General Settings

  • Name: A friendly name for the destination (e.g., "Production API").
  • Target URL: The endpoint URL where Huk Relay will POST the webhook data.

Headers

You can add custom headers to the request sent to this destination. This is useful for passing API keys or other metadata required by your destination server.

  • Headers (JSON): Enter a JSON object containing key-value pairs for headers.
    • Example: {"X-Custom-Header": "value123"}

Authentication

If your destination requires authentication, you can configure it here. Huk Relay will include the appropriate credentials in the request.

  • None: No authentication headers are added.
  • Basic Auth: Adds an Authorization: Basic ... header. Requires Username and Password.
  • Bearer Token: Adds an Authorization: Bearer ... header. Requires a Token.

Modifying a Destination

You can edit a destination's settings at any time by clicking on its name in the Output Destinations list on the Forward details page.