Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, I recently set up a sandbox and successfully conducted my tests. However, I'm unsure on how to get the Webex Calling Professional license needed to utilize the API with real accounts. Does it involve selecting one of these four plans, or is there...
I've set up a Webex sandbox, added users and successfully tested calls between them. Using a Python script, I retrieve the number of the remote party correspondent via the ListCalls method of the Call Control API.In my real-life scenario, calls will ...
Hello,I'm working on implementing a simple feature using Webex webhooks, which involves obtaining the phone number for incoming calls whenever a user receives one (after obtaining the phone number, I intend to display relevant information to the user...
I'm working on a Python script with a specific goal in mind: to capture incoming calls or active calls, retrieve the caller's phone number when the user accepts the call, and then use this phone number to search our database for information about the...
Thanks for your answer,So do you know who to contact or which page to visit to obtain this licence ?The licenses displayed on this page correspond to the Webex calling license or am I mistaken?
I'm trying to use this method of the api but get this error : { "message": "WxC License not assigned to Organization", "errors": [ { "description": "WxC License not assigned to Organization", "code": 9011 } ], "trackingId": "CXAPI_f928f56d-6308-483e-...
Sorry if I misspoke.I already have accounts with the standard Webex Calling license, which works and therefore allows me to make calls, but now I want these accounts to be able to access the Webex api, so from what I understand I need to have the Web...
Hi, thank you for your reply.But what I want to know is how to activate the Webex Calling Professional licence with the Webex account that I already have but with the standard licence.
In my sandbox, I have the necessary licenses, and my test was successful. However, now I want to deploy it with a real account. If I already have a Webex account with the standard license, should I upgrade it to the premium license to obtain the Webe...