Guide to setting up and testing ContactManager webhooks in a local development environment using tunneling services and debugging tools
https://abc123.ngrok.io
). Use this as your webhook URL in the ContactManager dashboard.
http://localhost:4040
in your browserProblem | Solution |
---|---|
Webhook URL is rejected | Ensure you’re using HTTPS and a public domain (not localhost or IP address) |
Signature verification fails | Double-check your webhook secret and ensure you’re using the correct verification code |
Webhook is not received | Check your tunnel is running and verify the URL in the dashboard matches your tunnel URL |
Webhook times out | Ensure your local server responds within the timeout period (30 seconds) |