11-21-2024 02:02 AM
I’m working with Webex webhooks and I'm trying to identify the event type for telephony_calls
. Could anyone provide guidance on how to determine or capture the specific event type related to telephony_calls
? Any help or examples would be greatly appreciated!
Thanks in advance!
11-24-2024 03:10 AM
Sorry but I didn't get disconnected
on update updated
event like the documentation say.
11-25-2024 03:42 AM
Hello @shdr,
Could you kindly extend the discussion over devsupport@webex.com for further analysis.
You can send a email on this provided ID with the Webhook details that you created and also kindly share the callId that didn't work expectedly.
We'll look at it further.
Tracking the queries over here would be little tough.
Regards!
Sandip
11-21-2024 03:56 AM
Have you checked the list at https://developer.webex.com/docs/api/guides/webhooks?
11-21-2024 04:39 AM
Hi @shdr,
With the page link that David already shared in his reply, search for the keyword "telephony_calls" and you'd get the details regarding how to use this resource type while creating a webhook through API.
Basically you can create a Webhook on "telephony_calls" resource for the events - "created", "updated" and "deleted".
Or, even you can keep the event as "all" also which would definitely work for all these 3 types of telephony call events.
Also please make a note, Webex telephony_calls webhook will work only for Webex Calling users. Therefore, you should definitely have Calling license before trying this webhook type.
And one last thing - "telephony_calls" webhook resource doesn't work under Org level.
So, you can't specify the "owned_by" value as "Org" while trying to create the Webhook from here - https://developer.webex.com/docs/api/v1/webhooks/create-a-webhook
Hope this helps!
In case of any further queries, please let us know.
Regards!
Sandip
11-24-2024 01:14 AM - edited 11-24-2024 04:01 AM
Thanks for the helpful response, dtibbe, Sandip!
To clarify further, I understand that the "telephony_calls" resource can be used with events like "created", "updated", and "deleted", each corresponding to specific call states:
However, I noticed that for the "updated" event type, I did not receive a disconnected state in the data returned. This raises some questions:
Thank you again for your assistance—this is helping a lot!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide