Description
We created an App and we are able to create meetings using custuser option. Problem is, we are not getting any events back in our webhooks for those meetings.
Error
No Error, just Webhook is not getting called
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Webhook
There are some steps that might help you to debug your issue:
Send a post request to your Endpoint URL, if you do not receive this event then you will have to check your Endpoint
If you DO RECEIVE the post request, but not the Zoom events, try replacing your endpoint with a test endpoint of your preference (such as webhook.site).
If you receive events and Zoom events in this test endpoint, please check that your Endpoint URL is working properly.
I hope this helps and please let me know if you need more assistance