DocumentationFundamentals

Receiving webhooks on localhost

Receive webhooks on localhost or private networks with Webhook Relay forward command

While developing and testing 3rd party integrations, it is useful to have an ability to receive webhooks on your localhost. To start with, navigate to the home page helper for internal destinations:

Forward to internal URL

Follow instructions to setup the agent. Once the agent is running, webhooks will be sent to your private URL.

Using it again

You don't have to setup the bucket and forwarding again. Once the configuration is done, you can call the forward command at any time:

relay forward --bucket YOUR-BUCKET-NAME
Did this page help you?