Testing Webhook Endpoints

Is it possible to test webhook events on my local dev server or do I need to test on a staging website?

Is there anywhere in my dashboard where I can see status of webhooks?

Can I manually send test events to an endpoint without a full implementation?

Hey @msmythers,

You can test locally with a tool like ngrok.io which turns your localhost into an accessible server.

You can see the status of webhooks here: App Marketplace

Yes, you would simply send a POST request with a JSON request body to your webhook endpoint URL.

Thanks,
Tommy