🔁 Relay module
Webhook tunnel to your localhost
Hand your permanent public URL to any third-party API. Every request is forwarded live to your localhost by a dependency-free CLI — the ngrok alternative built for webhooks.
🔒
Relay is a Pro-only feature
Unlock a permanent tunnel to your localhost and custom domain from €14.90/month.
How it works
- Create a Relay: you get a public URL
webhook-toolkit.com/relay/<slug>+ a token. - Run the CLI on your machine:
node relay.js --token=… --to=localhost:3000 - Set the public URL in your third-party API (Stripe, GitHub…).
- Every webhook lands directly on your localhost, with the real headers and body.