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
  • 1235 Views
  • 1 replies
  • 3 Helpful votes

Hi community!I would like to know how I can get the status field via the WebEx API. I only found the pre-configured status fields in person details like 'active', 'call', 'DoNotDisturb', ect.https://developer.webex.com/docs/api/v1/people/get-person-d...

Lraec by Level 1
  • 978 Views
  • 3 replies
  • 0 Helpful votes

Exciting news for all Webex users! Now you can access our status page via API at status.webex.com. Stay updated on any service disruptions or maintenance and keep your communication running smoothly. https://developer.webex.com/blog/webex-status-ap...

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 Level 1
  • 1372 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 Level 1
  • 933 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 Level 1
  • 1304 Views
  • 5 replies
  • 0 Helpful votes