Description
We have enabled Event subscriptions feature and added webhook endpoints to an existing Zoom app that are created and tested on our infrastructure to receive webhook / meeting updates and webhook / meeting deletion related info.
Error?
After several tests on both dev and production environments, no webhook requests were received (we have checked access logs, firewall logs and back-end logs).
Additionally, app’s webhook logs in Zoom App Marketplace > Call Logs are empty.
How To Reproduce
Steps to reproduce the behavior:
1. Create a meeting or webinar (we do this from our app’s back-end, which works well)
2. Change or delete created meeting / webinar and expect to receive a webhook request on endpoints
3. No requests received according to logs
Additional context
Maybe this happens because we didn’t initially use webhooks in our app, but we will appreciate any suggestions.