For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ring a call

In order to initiate ringing on an inbound call you can use this request.

Ringing call

post

Send call ringing

Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token

Path parameters
workspaceIdstring · uuidRequired

The unique identifier of the workspace.

callIdstring · uuidRequired

The ID for a call

channelIdstring · uuidRequired

The ID for a channel

Responses
202

Call Command Ringing was accepted for processing

application/json
idstring · uuidOptional
callIdstring · uuidOptional
callFlowIdstring · uuid · nullableOptional
statusstringOptional
commandstringOptional
post/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/ringing

Example 1: Ringing an inbound call

Last updated

Was this helpful?