I’m having an issue with receiving webhook events from Zoom.
My Server-to-Server OAuth app’s webhook endpoint has been successfully validated without any problems. In the app settings, I’ve enabled event subscriptions and selected all relevant meeting events (e.g., meeting created, cancelled, etc.).
Despite this, my application is not receiving any webhook notifications when those events occur. I’ve checked my server logs and found no evidence that Zoom is making any requests.
Could this issue be related to the fact that I just created the event subscription? Is there a delay before Zoom starts sending events, or should they begin immediately after validation?