Webex for Developers

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel


Forum Posts

We're thrilled to announce that the Webex for Developers Community forum has expanded to include dedicated topics for Webex Contact Center APIs and integrations! We encourage all Webex Contact Center developers to utilize this forum to engage in disc...

philbell by Cisco Employee
  • 2887 Views
  • 1 replies
  • 4 Helpful votes

I have a question on the Create Task API for webex contact center. For the request body for the outboundType we have CALLBACK, OUTDIAL, and EXECUTE_FLOW as options. Under the entryPointId section it says CALLBACK would be an outdialEP and OUTDIAL wou...

bschear79 by Frequent Visitor
  • 2844 Views
  • 3 replies
  • 0 Helpful votes

Has anybody tried connecting Power BI directly to the data in the WxCC Analyzer using an API? I keep running into issues and I just want to see if anyone has any thoughts before I abandon the idea entirely.I currently export the data into csv files a...

JayAustin by Community Member
  • 2002 Views
  • 2 replies
  • 1 Helpful votes

Hello,The following code can be used to initiate a call from a bot in the WebEx app:val intent = Intent(Intent.ACTION_VIEW).apply {     data = Uri.parse("tel:1234567890") } startActivity(intent)However, it doesn't work with the WebEx Intune app.Can a...

thomas-w by Frequent Visitor
  • 1125 Views
  • 3 replies
  • 0 Helpful votes

I'm developing a widget to capture real-time call audio  transcript using Cisco provided SDK.Has anyone implemented this recently with Webex Contact Center.Looking for supported methods or sample SDK/API integrations—any suggestions appreciate