Webex for Developers

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Welcome to the Community!
The Community is a hub for connecting with your peers and Cisco specialists to ask for help, share your expertise, build your network, and grow professionally.
New Here? Click here to learn more and get started.

Forum Posts

Interested in widget development for the Webex Contact Center? Catch the latest webinar from the Webex Developer Evangelism team on "Unlocking the Power of Custom Widgets in Webex Contact Center". This is a fantastic opportunity for anyone looking to...

kaabadi by Cisco Employee
  • 134 Views
  • 2 replies
  • 0 Helpful votes

Building on the Webex Contact Center? Looking for a community of other developers? We have a special community just for you! https://community.cisco.com/t5/contact-center/webex-contact-center-apis-developer-community-and-support/td-p/4558270  

We are excited to inform you that the Webex Developer Beta program is officially OPEN! With the support of the Webex Beta Platform, you now have the opportunity to access the Webex Developer Platform's APIs, SDKs, and other features before anyone els...

There are a couple of questions that are regulary raised in the #webex4devs space. Let's collect them here along with the answers. Please use seperate discussions for questions to not pollute this collection. Feel free to extend the collection.   The...

dtibbe by VIP
  • 7215 Views
  • 12 replies
  • 25 Helpful votes

We are excited to inform you that the Webex Developer Beta program is officially OPEN! With the support of the Webex Beta Platform, you now have the opportunity to access the Webex Developer Platform's APIs, SDKs, and other features before anyone els...

At Cisco Live Vegas, developers will have multiple opportunities to learn about the Webex for Developers platform via classrooms, workshops, and booths. Read about them in this blog: https://developer.webex.com/blog/webex-for-developers-at-cisco-live...

     string clientId = "your client id"; string clientSecret = "your client secret"; string redirectUri = "KitchenSink://response/"; string scope = "webex:all"; var auth = new OAuthAuthenticator(clientId, clientSecret, scope, redirectUri); // authC...

dsign228 by Beginner
  • 353 Views
  • 2 replies
  • 0 Helpful votes

Hello,  I'm trying to develop a bot for Webex. The documentation recommends using the Webhooks.It looks easy to implement, the only missing piece is the speaking  language of the user.With Microsoft Teams, I have access to a "locale" attribute inside...

dupontb by Beginner
  • 663 Views
  • 3 replies
  • 0 Helpful votes

When I try to create a meeting with Webex meeting api I get an error saying"Session type not found by Session type ID"When I look at the documentation I see Session type id is not required so i do not send it on my request. I have also tried to print...

mertdl by Beginner
  • 384 Views
  • 5 replies
  • 0 Helpful votes

Learn how the Webex Contact Center APIs surface the power of the platform by providing all the interfaces used by in-house applications and makes them available publicly to developers on the Developer Portal. https://developer.webex.com/blog/introduc...