Description
We just switched from 3CX to Zoom phones. We were able to pull the phone number from a call that came through and inject it into our CRM. Is there a way to pull the phone number from a call that comes through via the call queue or from a connected call using an API call?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
I believe this would be done via JWT or a webhook.
I was able to use GET /phone/users/{userId}/call_logs API to get the caller_number. It seems that the log is only created after the call is ended. Is there any way to get the caller number while the call is in progress?
The API did not give me real time information. I tried the webhook for callee answered and it looks like is for outbound calls. I then tried the webhook with the subscription to caller connected and it looks like it is what I needed. Thanks for your help!