How to test/debug a webhook event that suddenly stopped working

We need to test/debug a webhook event that suddenly stopped working on our end is there a cli or something we can use to run it locally on our machine so we can fix it?

Hello Addy, webhook is server-initiated so it just needs an internet-accessible endpoint to send the event to. If you’re running the webhook receiver locally you can use https://ngrok.com/ to tunnel your localhost connection into ngrok.io domain name that can be put into webhook endpoints in ASC Console :blush::pray:

1 Like