Description
Have a JWT app setup on my account to receive webhooks at the account level for Zoom Phone events. Logs are showing web hooks dating from the 28th but nothing more recent. I believe the server (receiving the hooks) may have hung on the 27th. It has since been rebooted.
End point is:
https://zoomslack.framemytv.com/webhooks/zoom
The app also has Webhooks being sent to a development endpoint (URL) using ngrok The development server is sometime offline. Could that possibly cause zoom to stop sending webhooks to both URs if there are too many failures on either one?
After rebooting the server some webhooks from the 27 and 28th have been received but nothing newer. I made a couple test call (zoom phone to zoom phone) and the first call appeared to trigger a ‘callee_ringing’ and ‘callee_missed’ but after only ‘callee_missed’ was received (Can ringing be silenced?)
Can you please verify that web hooks are being sent properly? Possibly the problem is on my end but I suspect it may be a combination of issues.
Thank you.