cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
139
Views
0
Helpful
1
Replies

Understand if webex internal calls can be done through API's

Cisco webex GR
Level 1
Level 1

Hi,

I am trying to explore on Webex internal calls through API's (call initiation, call controls like hold, transfer, forward, pause, resume, etc) instead of the webex APP. I found out these postman collections based on my exploration. 

Is it possible to leverage these API's and do a Webex Internal call (non PSTN without numbers, between webex registered users)?

https://github.com/webex/postman-webex-calling

https://developers.webexconnect.io/reference/call

 

 

Best  regards,

Shoaib

sshoaib1987@gmail.com

1 Reply 1

The second link posted is in specific to Webex Connect. The API specific to Webex Calling would be -  https://developer.webex.com/docs/api/v1/call-controls/dial

With this, you can provide the destination you want to call, where that is a PSTN number, or an internal extension.

The destination to be dialed. The destination can be digits or a URI. Some examples for destination include: 1234, 2223334444, +12223334444, *73, tel:+12223334444, user@company.domain, and sip:user@company.domain.


Here is the full list of Webex Calling Call Control APIs available. 

https://developer.webex.com/docs/api/v1/call-controls