Webhook Relay
Searchβ¦
Introduction
Quick Start - Forwarding
Quick Start - Tunnels
π
Installation
Relay CLI
Containerized
Products
π°
Webhook Forwarding
β‘
Functions
π
Tunnels
π
Examples
Intro to examples
Webhooks
Receiving webhooks on localhost
Receive webhooks inside your JavaScript app
Execute shell scripts on remote machines
Functions
Tunnels
π
Home Automation
Platform
CLI Basics
Using CLI Behind Proxy
Self-hosting Server
Security & Tech
Powered By
GitBook
Receiving webhooks on localhost
Learn how to receive webhooks on locally running applications to test features like Stripe, GitHub, Jenkins, etc. integrations.
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:
1
relay forward --bucket [BUCKET] [DESTINATION]
Copied!
Once agent is running, you can supply provided public URL (format my.webhookrelay.com/v1/webhooks/unique-id) to your 3rd party services.
More details are available on CLI
documentation page
.
Examples - Previous
Webhooks
Next
Receive webhooks inside your JavaScript app
Last modified
11mo ago
Copy link