Description:
I’ve noticed that some Zoom API events (webhooks) sometimes don’t reach my endpoint, and other times they arrive with a noticeable delay.
Error:
No explicit error message is returned; events are either missing or delayed.
How To Reproduce:
-
Any errors:
No errors returned in logs; some webhook requests never arrive, while others are delayed by several minutes -
Additional Info:
This happens inconsistently across different meetings/events.
Endpoint is publicly reachable and correctly configured to respond with 200 OK.
I have verified server logs and did not see the missing events.