<?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 Re: Embedded app send notification in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5234244#M3993</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1819711"&gt;@JeroenCloudCTI&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;Thanks for your patience so far!&lt;BR /&gt;I checked with the Embedded App Engg. team internally and sorry for the back &amp;amp; forth, but this multi-tabs&amp;nbsp;on a single Embedded App Window is currently not possible with Webex.&lt;BR /&gt;This would still be a feature request and Engg. doesn't even have a sample ready for such item.&lt;BR /&gt;You can may be raise a feature request in our AHA portal -&amp;nbsp;&lt;A href="https://ciscocollabcustomer.ideas.aha.io/" target="_blank"&gt;https://ciscocollabcustomer.ideas.aha.io/&lt;/A&gt;&amp;nbsp;and share a business justification why it'd be good for your task.&lt;/P&gt;
&lt;P&gt;Please let us know for any further queries.&lt;/P&gt;
&lt;P&gt;Kind regards!&lt;BR /&gt;Sandip&lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2024 10:52:37 GMT</pubDate>
    <dc:creator>sandiban</dc:creator>
    <dc:date>2024-12-09T10:52:37Z</dc:date>
    <item>
      <title>Embedded app send notification</title>
      <link>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5232360#M3983</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;I'm trying to create an app that's capable of caller recognition. I'd like it to send the user a notification with info about the caller when they get an incoming call. When the user clicks this notification, I would like it to open my app where they can see all found info.&lt;/P&gt;&lt;P&gt;I already found the calling SDK and had a look at oAuth, but am missing proper documentation on how to send notifications.&lt;BR /&gt;I know bots can trigger notifications by sending a message, and I would like the same kind of notification from my app, is anything like this possible?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 09:56:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5232360#M3983</guid>
      <dc:creator>JeroenCloudCTI</dc:creator>
      <dc:date>2024-12-04T09:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded app send notification</title>
      <link>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5232386#M3986</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1819711"&gt;@JeroenCloudCTI&lt;/a&gt;&amp;nbsp;it depends what kind of app you are building really. If you have your own client for implementing the Calling SDK, you can listen to events as explained here&amp;nbsp;&lt;A href="https://developer.webex.com/docs/sdks/webex-calling-sdk-web-quickstart" target="_blank"&gt;https://developer.webex.com/docs/sdks/webex-calling-sdk-web-quickstart&lt;/A&gt;&amp;nbsp;when a transition happens, like&amp;nbsp;&lt;CODE&gt;ringing&lt;/CODE&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;connected&lt;/CODE&gt;&lt;SPAN&gt;, or&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;ended&lt;/CODE&gt;&amp;nbsp;. If you wish to inform the users in a Webex space, then as you mentioned a bot could be a good option. We have the guide for bots here&amp;nbsp;&lt;A href="https://developer.webex.com/docs/bots" target="_blank"&gt;https://developer.webex.com/docs/bots&lt;/A&gt;&amp;nbsp;. You would basically store the bot access token on your side and when one of the events that you need are triggered you could enter a code logic to have the bot send a message.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 11:21:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5232386#M3986</guid>
      <dc:creator>Janos Benyovszki</dc:creator>
      <dc:date>2024-12-04T11:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded app send notification</title>
      <link>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5232405#M3987</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/903055"&gt;@Janos Benyovszki&lt;/a&gt;, thanks for the quick reply.&lt;BR /&gt;I see I forgot to mention what kind of app I wanted to make. Ideally, I'd like to make an embedded sidebar app.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 12:44:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5232405#M3987</guid>
      <dc:creator>JeroenCloudCTI</dc:creator>
      <dc:date>2024-12-04T12:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded app send notification</title>
      <link>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5232413#M3988</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1819711"&gt;@JeroenCloudCTI&lt;/a&gt;&amp;nbsp;I see. I don't think you would be able to trigger Webex Desktop pop-up messages using the Calling SDK, I am not aware of any such function, so your best bet might be the space notification maybe.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 13:02:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5232413#M3988</guid>
      <dc:creator>Janos Benyovszki</dc:creator>
      <dc:date>2024-12-04T13:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded app send notification</title>
      <link>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5232947#M3991</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/903055"&gt;@Janos Benyovszki&lt;/a&gt;, once again.&lt;/P&gt;&lt;P&gt;I'd still like to have a sidebar-like app. For Teams, it's possible to have one app with multiple tabs, like one for showing your call history and another with a bot that sends the contact information on incoming call.&lt;BR /&gt;Is something similar possible in Webex?&lt;/P&gt;&lt;P&gt;Otherwise I'd need to create two separate apps for my goal. One to utilize the always-on functionality and access to the Calling SDK, the other one to send notifications. Of course, I'd rather avoid that if possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 15:33:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5232947#M3991</guid>
      <dc:creator>JeroenCloudCTI</dc:creator>
      <dc:date>2024-12-05T15:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded app send notification</title>
      <link>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5233225#M3992</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1819711"&gt;@JeroenCloudCTI&lt;/a&gt;,&lt;BR /&gt;I believe it should be possible for Webex Sidebar as well, but I'm not able to provide a sample for it as of now.&lt;BR /&gt;I'm checking this internally if we have a solution sample for it and let me get back to you soon. But I believe it should be possible.&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 06:37:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5233225#M3992</guid>
      <dc:creator>sandiban</dc:creator>
      <dc:date>2024-12-06T06:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded app send notification</title>
      <link>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5234244#M3993</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1819711"&gt;@JeroenCloudCTI&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;Thanks for your patience so far!&lt;BR /&gt;I checked with the Embedded App Engg. team internally and sorry for the back &amp;amp; forth, but this multi-tabs&amp;nbsp;on a single Embedded App Window is currently not possible with Webex.&lt;BR /&gt;This would still be a feature request and Engg. doesn't even have a sample ready for such item.&lt;BR /&gt;You can may be raise a feature request in our AHA portal -&amp;nbsp;&lt;A href="https://ciscocollabcustomer.ideas.aha.io/" target="_blank"&gt;https://ciscocollabcustomer.ideas.aha.io/&lt;/A&gt;&amp;nbsp;and share a business justification why it'd be good for your task.&lt;/P&gt;
&lt;P&gt;Please let us know for any further queries.&lt;/P&gt;
&lt;P&gt;Kind regards!&lt;BR /&gt;Sandip&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 10:52:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5234244#M3993</guid>
      <dc:creator>sandiban</dc:creator>
      <dc:date>2024-12-09T10:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded app send notification</title>
      <link>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5234258#M3994</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1323322"&gt;@sandiban&lt;/a&gt;, thanks for the quick reply!&lt;/P&gt;&lt;P&gt;That is too bad, so I understand it's not possible to facilitate a Webex notification from a sidebar app in some way? Otherwise I'll have an internal discussion to see if we can make it work some other way&lt;LI-EMOJI id="lia_thumbs-up" title=":thumbs_up:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;BR /&gt;Jeroen&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 11:18:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5234258#M3994</guid>
      <dc:creator>JeroenCloudCTI</dc:creator>
      <dc:date>2024-12-09T11:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded app send notification</title>
      <link>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5234705#M3999</link>
      <description>&lt;P&gt;Sure&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1819711"&gt;@JeroenCloudCTI&lt;/a&gt;, please let us know if you've any additional queries. Thanks.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kind regards!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sandip&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 07:21:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5234705#M3999</guid>
      <dc:creator>sandiban</dc:creator>
      <dc:date>2024-12-10T07:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded app send notification</title>
      <link>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5234748#M4001</link>
      <description>&lt;P&gt;Thanks for the advice! I'm guessing that such a service would then send system notifications to the user's device? We do something similar for a website we run.&lt;BR /&gt;In the case that they actually trigger a Webex notification, shouldn't it be possible to do the same from my embedded app then? Would clicking the notification open my embedded app?&lt;BR /&gt;I eagerly await your reply.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 08:51:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/embedded-app-send-notification/m-p/5234748#M4001</guid>
      <dc:creator>JeroenCloudCTI</dc:creator>
      <dc:date>2024-12-10T08:51:17Z</dc:date>
    </item>
  </channel>
</rss>

