Receiving webhooks on localhost

While developing and testing 3rd party integrations, it is useful to have an ability to receive webhooks on your localhost.

webhook forward

Here, the forward command takes destination and one optional parameter --bucket which to reuse webhooks:

relay forward --bucket [BUCKET] [DESTINATION]

Once agent is running, you can supply provided public URL (format my.webhookrelay.com/v1/webhooks/unique-id or unique-id.hooks.webhookrelay.com) to your 3rd party services.

More details on CLI installation can be found here. A helper page can also be found in your dashboard https://my.webhookrelay.com/new-internal-destination that will guide you through the installation and configuration process.