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

**URL:** https://forum.social.plus/t/how-to-test-debug-a-webhook-event-that-suddenly-stopped-working/443
**Category:** General
**Created:** [May 25, 2022, 2:06pm UTC](https://forum.social.plus/t/how-to-test-debug-a-webhook-event-that-suddenly-stopped-working/443 "2022-05-25T14:06:27Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Addy](https://avatars.discourse-cdn.com/v4/letter/a/ecb155/32.png) [@Addy](https://forum.social.plus/u/Addy)
#### Post date: [May 25, 2022, 2:06pm UTC](https://forum.social.plus/t/how-to-test-debug-a-webhook-event-that-suddenly-stopped-working/443/1 "2022-05-25T14:06:27Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [May 25, 2022, 2:08pm UTC](https://forum.social.plus/t/how-to-test-debug-a-webhook-event-that-suddenly-stopped-working/443/2 "2022-05-25T14:08:26Z")

</div>

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/](https://ngrok.com/) to tunnel your localhost connection into `ngrok.io` domain name that can be put into webhook endpoints in ASC Console 😊🙏
