Place a new call to a telephone number

๐Ÿ“˜

Note:

Once call is anwered by the end user ,Webex Connect will send "answered event" to the URL configured in the API request.The client's application should send one of the following actions as response to the event.

Actions

Action NameDescription
AnsweredAnswered action is sent from developer application to Webex Connect, to inform Webex Connect to answer the call
HangupHangup action is sent from developer application to Webex Connect, to inform Webex Connect to hangup or reject the call
PlayPlay action is sent from developer application to Webex Connect, to play the provided content file or to use TTS to play the audio corresponding to the TTS text which was specified.
PatchPatch action is sent from developer application to Webex Connect, to inform Webex Connect to perform call patch operation.
RecordRecord action is sent from developer application to Webex Connect, to inform Webex Connectt to perform record operation.

All these actions have to include 200 OK as the response header.

Callback
Language
Credentials
Bearer
Click Try It! to start a request and see the response here!