API Endpoint(s) and/or Zoom API Event(s)
I’m trying to get Zoom Phone call-ID via the ZRA conversationID using below API.
get/zra/conversations/{conversationId}
Description
ZRA is configured to capture Zoom phone calls.
When running above API, it does NOT provide Phone call-ID. Instead it is providing “meeting-UUID” which is same as “ConversationID”.
My Expectation: For Zoom Phone related conversation, it should provide Zoom Phone Call-ID.
How To Reproduce
Steps to reproduce the behavior:
-
Make an inbound call to the user who has Zoom Revenue Accelerator license assigned & confirm that the call is captured by ZRA
-
Run “List Conversations” API to get the conversationID
get/zra/conversations -
Run “Get conversation Information” to obtain details about the phone conversation below
get/zra/conversations/{conversationId} -
Note that the payload does not have Phone call-ID info. Instead it has “Meeting_UUID”