Our system depends on Zoom webhook triggers. Everything was working just fine! All of a sudden, it stopped working; that means Zoom is no longer triggering our subscribed webhook events. The URL is validated, I’ve re-added the events, and it was validated and not sending events to our server.
I’ve tried every possible debugging but it seems like the issue is not with our services but completely with Zoom’s services themselves.
I shouldn’t disclose any of the information publicly, right? Looking for Zoom’s support so we can continue with more details.
@mahbub.meh for changes to webhook url in production, you will need to resubmit before it will take into effect.
For beta testing in production, you can regenerate the authorization URL for the webhook url to be updated and take into effect. If this is not the case, let me know again.
It was just working perfectly fine; webhooks were coming. Suddenly, it stopped triggering the webhook when I didn’t make any changes*. even If I change the previous setting should work right? which means the previous webhook trigger should execute as it is.
Even in ‘development’ mode, I tried it didn’t trigger(definitely, I’ve generated and used the fresh authorization URL)
Yes @chunsiong.zoom . I subscribed on recording.completed webhook + I was testing with cloud recording. the recording is showing on /recordings endpoint of zoom.
@chunsiong.zoom My account is free, right. But my employer account is paid, which I use to test the integration and all that. The webhook has never triggered since then! This is pretty weird.
I had the same thing happen recently. I had deployed new code and the webhook in production just stopped all of a sudden. I hadn’t changed the marketplace URL or anything like that.
My assumption is that during my deploy the URL for webhooks may have been down for a brief time. It seems like if Zoom calls a webhook endpoint and it doesn’t respond it will mark it as bad and not send to that URL again.
There is no visibility into this situation. I ended up going into my production app and changing the URL and then changing it back and revalidating. It started working again but that seems like a painful process. It would be nice if there was a way to tell Zoom to remove the “bad” URLs from its list and try the configured URL again.
We also have same issue. It has been working fine as expected for a long time. But recently we noticed that some webhooks are not being delivered. And these missing webhooks are not consistent also, some events for a meeting are received successfully, while other expected events for the same meeting are never received.