Description
I’m trying to write an app that integrates Zoom with a visual call queue aggregating caller information from another system. I pared down our setup on both the app side and the phone system side to subscribe to just phone.callee_ringing and have the number go directly to a user instead of a call queue.
Error
When I place a call to the Zoom number, no webhook is fired for phone.callee_ringing.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Webhook
Which Endpoint/s?
Webhook phone.callee_ringing
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Create a Webhook only app with a single event subscription for phone.callee_ringing.
- Place a call to a number on the account
- See that the webhook logs for the app do not show any events fired.
Screenshots (If applicable)
N/A
Additional context