Ring a call
In order to initiate ringing on an inbound call you can use this request.
Ringing call
Send call ringing
POST/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/ringing
Authorization
Path parameters
workspaceId*string (uuid)
The ID of the workspace
callId*string (uuid)
The ID for a call
channelId*string (uuid)
The ID for a channel
Response
Call Command Ringing was accepted for processing
Body
idId-2 (string (uuid))
callIdId-2 (string (uuid))
callFlowIdId-2 (string (uuid))
statusstring
commandstring
Request
Response
Example 1: Ringing an inbound call
Last updated