Option 1: ngrok
https://abc123.ngrok-free.app. Use that as the webhook URL:
Option 2: Cloudflare Tunnel
Free, no URL rotation:https://foo-bar-baz.trycloudflare.com URL.
Option 3: VS Code / JetBrains port forwarding
Recent versions of both IDEs have built-in public tunneling. VS Code:Ports panel → Forward a Port → Port Visibility: Public.
Testing without tunnels
If you just want to confirm your handler logic without a live Sly webhook, call your endpoint directly:Fire test deliveries
The simplest way to exercise your handler with a real Sly-signed payload:webhook.test event (or a canned event of the type you specify) through the real delivery pipeline.
