<?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: Custom CRM Connector development using Cisco WebEx Contact Center in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/4966527#M3543</link>
    <description>Hi Schreuder,&lt;BR /&gt;&lt;BR /&gt;Thanks for the details, Could you please unicast message me 1:1 with the sample list of http calls, or exact orchestration of those calls, so that we can better confirm availability.&lt;BR /&gt;&lt;BR /&gt;Reason being, the subflow feature is coming soon, and the “custom compute node” for flow is on our immediate roadmap. Hence confirming those details will better help understand which solution might be viable in the short term once subflows is released.&lt;BR /&gt;&lt;BR /&gt;If none of those upcoming will serve the same purpose then we can add it to the backlog.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Arunabh&lt;BR /&gt;</description>
    <pubDate>Mon, 27 Nov 2023 02:55:45 GMT</pubDate>
    <dc:creator>Arunabh Bhattacharjee</dc:creator>
    <dc:date>2023-11-27T02:55:45Z</dc:date>
    <item>
      <title>Custom CRM Connector development using Cisco WebEx Contact Center API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/4793768#M3539</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;We have developed custom CRM connector for Cisco Finesse UCCX and UCCE using Finesse rest API's which send call data when call arrives to CRM to screen popup. Similarly we want to develop custom connect for WebEx Cloud contact center. Please let me know which API's we need to use. Are there any sample code available to refer. Also is there Sandbox lab available for development and testing purpose.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pravin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 14:39:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/4793768#M3539</guid>
      <dc:creator>pravin1</dc:creator>
      <dc:date>2023-03-14T14:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CRM Connector development using Cisco WebEx Contact Center</title>
      <link>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/4794991#M3540</link>
      <description>&lt;P&gt;Hi, the last note I saw said it is still coming, see this link.&lt;BR /&gt;&lt;A href="https://community.cisco.com/t5/contact-center/request-for-webex-contact-center-sandbox/td-p/4740662" target="_blank"&gt;https://community.cisco.com/t5/contact-center/request-for-webex-contact-center-sandbox/td-p/4740662&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 20:31:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/4794991#M3540</guid>
      <dc:creator>bill.king1</dc:creator>
      <dc:date>2023-03-15T20:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CRM Connector development using Cisco WebEx Contact Center</title>
      <link>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/4807982#M3541</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/676862"&gt;@pravin1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;To develop CRM connectors you can use 2 approaches:&lt;/P&gt;
&lt;P&gt;1. iFrame the Desktop and build a headless widget using the desktop JS SDK.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.webex-cx.com/documentation/guides/desktop" target="_blank"&gt;https://developer.webex-cx.com/documentation/guides/desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. build your own app (front end) and leverage the Agent Desktop REST APIs and Websocket connection&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.webex-cx.com/documentation/agents" target="_blank"&gt;https://developer.webex-cx.com/documentation/agents&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.webex-cx.com/documentation/tasks" target="_blank"&gt;https://developer.webex-cx.com/documentation/tasks&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.webex-cx.com/documentation/guides/contact-control-apis" target="_blank"&gt;https://developer.webex-cx.com/documentation/guides/contact-control-apis&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are several samples to get started with JS SDK Widgets in the API samples repo, and the Desktop REST API sample as well&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/CiscoDevNet/webex-contact-center-api-samples" target="_blank"&gt;https://github.com/CiscoDevNet/webex-contact-center-api-samples&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These are free 101 samples aimed at getting you started and help you extend or reuse.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Arunabh.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 00:01:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/4807982#M3541</guid>
      <dc:creator>Arunabh Bhattacharjee</dc:creator>
      <dc:date>2023-04-05T00:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CRM Connector development using Cisco WebEx Contact Center</title>
      <link>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/4964179#M3542</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hey Arunabh,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is there anything on the roadmap for allowing partners to develop custom Flow Elements? We'd like to do make several REST requests in the same HTTP Request element to simplify the Flows for our customers. This would be similar to Cisco Voice Portal's support for&amp;nbsp;&lt;SPAN&gt;custom Java Elements.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 00:52:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/4964179#M3542</guid>
      <dc:creator>Schreuder Software</dc:creator>
      <dc:date>2023-11-22T00:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CRM Connector development using Cisco WebEx Contact Center</title>
      <link>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/4966527#M3543</link>
      <description>Hi Schreuder,&lt;BR /&gt;&lt;BR /&gt;Thanks for the details, Could you please unicast message me 1:1 with the sample list of http calls, or exact orchestration of those calls, so that we can better confirm availability.&lt;BR /&gt;&lt;BR /&gt;Reason being, the subflow feature is coming soon, and the “custom compute node” for flow is on our immediate roadmap. Hence confirming those details will better help understand which solution might be viable in the short term once subflows is released.&lt;BR /&gt;&lt;BR /&gt;If none of those upcoming will serve the same purpose then we can add it to the backlog.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Arunabh&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Nov 2023 02:55:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/4966527#M3543</guid>
      <dc:creator>Arunabh Bhattacharjee</dc:creator>
      <dc:date>2023-11-27T02:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CRM Connector development using Cisco WebEx Contact Center</title>
      <link>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/4967087#M3544</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/290244"&gt;@Arunabh Bhattacharjee&lt;/a&gt; Great to hear that custom nodes will be supported soon, can you share any details around them and rough ETA?&lt;/P&gt;
&lt;P&gt;david&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 20:55:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/4967087#M3544</guid>
      <dc:creator>david.macias</dc:creator>
      <dc:date>2023-11-27T20:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CRM Connector development using Cisco WebEx Contact Center</title>
      <link>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/4967089#M3545</link>
      <description>David at this time we can only provide calendar year guidance, it is on the roadmap for CY2024.&lt;BR /&gt;We will publish the roadmap as a part of our assets on SalesConnect and will likely flesh out more realistic dates as we approach the delivery timeline.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Arunabh.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Nov 2023 21:03:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/4967089#M3545</guid>
      <dc:creator>Arunabh Bhattacharjee</dc:creator>
      <dc:date>2023-11-27T21:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CRM Connector development using Cisco WebEx Contact Center</title>
      <link>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/4967091#M3546</link>
      <description>&lt;P&gt;You tease! I figured as such. Can you share any details around the functionality that this will provide?&lt;/P&gt;
&lt;P&gt;david&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 21:07:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/4967091#M3546</guid>
      <dc:creator>david.macias</dc:creator>
      <dc:date>2023-11-27T21:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CRM Connector development using Cisco WebEx Contact Center</title>
      <link>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/5257092#M4100</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Arunabh,&lt;BR /&gt;How can I iframe the Webex URL? It returns this error:&lt;BR /&gt;&lt;FONT size="3" color="#0000FF"&gt;Refused to frame '&lt;A href="https://desktop.wxcc-eu1.cisco.com/" target="_blank"&gt;https://desktop.wxcc-eu1.cisco.com/&lt;/A&gt;' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 11:31:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/custom-crm-connector-development-using-cisco-webex-contact/m-p/5257092#M4100</guid>
      <dc:creator>Amr7</dc:creator>
      <dc:date>2025-02-05T11:31:59Z</dc:date>
    </item>
  </channel>
</rss>

