Play a message in a call
Play an audio message from a link (URL) of your choice, this command can be used to play one or more audio messages in sequence on a voice call.
Play URL
Playback url into a channel call
POST/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/playback
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
Body
media*nullable array of string
loopinteger
timeoutinteger
pauseMillisecondsinteger
Response
Call Command Play was accepted for processing
Body
idId-2 (string (uuid))
callIdId-2 (string (uuid))
callFlowIdId-2 (string (uuid))
statusstring
commandstring
Request
Response
Example 1: Play a media file in a call
Last updated