<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Webex Calling Webhook Determine telephony_calls Event Types in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/webex-calling-webhook-determine-telephony-calls-event-types/m-p/5227154#M3955</link>
    <description>&lt;P&gt;I’m working with Webex webhooks and I'm trying to identify the event type for &lt;CODE&gt;telephony_calls&lt;/CODE&gt;. Could anyone provide guidance on how to determine or capture the specific event type related to &lt;CODE&gt;telephony_calls&lt;/CODE&gt;? Any help or examples would be greatly appreciated!&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Thu, 21 Nov 2024 10:02:28 GMT</pubDate>
    <dc:creator>shdr</dc:creator>
    <dc:date>2024-11-21T10:02:28Z</dc:date>
    <item>
      <title>Webex Calling Webhook Determine telephony_calls Event Types</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-calling-webhook-determine-telephony-calls-event-types/m-p/5227154#M3955</link>
      <description>&lt;P&gt;I’m working with Webex webhooks and I'm trying to identify the event type for &lt;CODE&gt;telephony_calls&lt;/CODE&gt;. Could anyone provide guidance on how to determine or capture the specific event type related to &lt;CODE&gt;telephony_calls&lt;/CODE&gt;? Any help or examples would be greatly appreciated!&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 10:02:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-calling-webhook-determine-telephony-calls-event-types/m-p/5227154#M3955</guid>
      <dc:creator>shdr</dc:creator>
      <dc:date>2024-11-21T10:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Webex Calling Webhook Determine telephony_calls Event Types</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-calling-webhook-determine-telephony-calls-event-types/m-p/5227186#M3956</link>
      <description>&lt;P&gt;Have you checked the list at&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/guides/webhooks" target="_blank"&gt;https://developer.webex.com/docs/api/guides/webhooks&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 11:56:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-calling-webhook-determine-telephony-calls-event-types/m-p/5227186#M3956</guid>
      <dc:creator>dtibbe</dc:creator>
      <dc:date>2024-11-21T11:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Webex Calling Webhook Determine telephony_calls Event Types</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-calling-webhook-determine-telephony-calls-event-types/m-p/5227217#M3958</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/462335"&gt;@shdr&lt;/a&gt;,&lt;BR /&gt;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.&lt;BR /&gt;Basically you can create a Webhook on "telephony_calls" resource for the events - "created", "updated" and "deleted".&lt;BR /&gt;Or, even you can keep the event as "all" also which would definitely work for all these 3 types of telephony call events.&lt;/P&gt;
&lt;P&gt;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.&lt;BR /&gt;And one last thing - "telephony_calls" webhook resource doesn't work under Org level.&amp;nbsp;&lt;BR /&gt;So, you can't specify the "owned_by" value as "Org" while trying to create the Webhook from here -&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/webhooks/create-a-webhook" target="_blank"&gt;https://developer.webex.com/docs/api/v1/webhooks/create-a-webhook&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;BR /&gt;In case of any further queries, please let us know.&lt;/P&gt;
&lt;P&gt;Regards!&lt;BR /&gt;Sandip&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 12:39:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-calling-webhook-determine-telephony-calls-event-types/m-p/5227217#M3958</guid>
      <dc:creator>sandiban</dc:creator>
      <dc:date>2024-11-21T12:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Webex Calling Webhook Determine telephony_calls Event Types</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-calling-webhook-determine-telephony-calls-event-types/m-p/5228143#M3963</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;P&gt;Thanks for the helpful response, dtibbe, Sandip!&lt;/P&gt;
&lt;P&gt;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:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Created: Triggered when a call is started (originated) or received. Filters include personality, state, address, personId, and callType.&lt;/LI&gt;
&lt;LI&gt;Updated: Triggered when a call is updated (e.g., answered, forwarded, resumed). Filters include the same options as "created".&lt;/LI&gt;
&lt;LI&gt;Deleted: Triggered when a call is disconnected (deleted). Similarly, the same filters are applicable.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;However, I noticed that for the "updated" event type, I did not receive a disconnected state in the data returned. This raises some questions:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;How do the "created", "updated", and "deleted" events align with the specific eventType values (e.g., 'answered', 'disconnected', etc.) in the data returned?&lt;/LI&gt;
&lt;LI&gt;If I want to capture specific events like "answered" and "disconnected" with minimal parsing, which event should I register for?&lt;/LI&gt;
&lt;LI&gt;Is there any detailed documentation explaining the relationship between these event options, the filters, and the data returned?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Thank you again for your assistance—this is helping a lot!&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 24 Nov 2024 12:01:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-calling-webhook-determine-telephony-calls-event-types/m-p/5228143#M3963</guid>
      <dc:creator>shdr</dc:creator>
      <dc:date>2024-11-24T12:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Webex Calling Webhook Determine telephony_calls Event Types</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-calling-webhook-determine-telephony-calls-event-types/m-p/5228156#M3964</link>
      <description>&lt;P&gt;Sorry but I didn't get &lt;STRONG&gt;&lt;CODE&gt;disconnected&lt;/CODE&gt;&lt;/STRONG&gt;&amp;nbsp;on update &lt;STRONG&gt;&lt;CODE&gt;updated&lt;/CODE&gt;&lt;/STRONG&gt;&amp;nbsp;event like the documentation say.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Nov 2024 11:10:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-calling-webhook-determine-telephony-calls-event-types/m-p/5228156#M3964</guid>
      <dc:creator>shdr</dc:creator>
      <dc:date>2024-11-24T11:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Webex Calling Webhook Determine telephony_calls Event Types</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-calling-webhook-determine-telephony-calls-event-types/m-p/5228391#M3965</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/462335"&gt;@shdr&lt;/a&gt;,&lt;BR /&gt;Could you kindly extend the discussion over &lt;A href="mailto:devsupport@webex.com" target="_blank"&gt;devsupport@webex.com&lt;/A&gt;&amp;nbsp;for further analysis.&lt;BR /&gt;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.&lt;BR /&gt;We'll look at it further.&amp;nbsp;&lt;BR /&gt;Tracking the queries over here would be little tough.&lt;/P&gt;
&lt;P&gt;Regards!&lt;BR /&gt;Sandip&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 11:42:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-calling-webhook-determine-telephony-calls-event-types/m-p/5228391#M3965</guid>
      <dc:creator>sandiban</dc:creator>
      <dc:date>2024-11-25T11:42:58Z</dc:date>
    </item>
  </channel>
</rss>

