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.
Playback url into a channel call
post
/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/playback
Authorizations
Path parameters
workspaceIdstring · uuidrequired
The ID of the workspace
callIdstring · uuidrequired
The ID for a call
channelIdstring · uuidrequired
The ID for a channel
Body
loopinteger
timeoutinteger
pauseMillisecondsinteger · max: 30000
mediastring[] | nullablerequired
Responses
application/json
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
202
400
404
422
Example 1: Play a media file in a call
Last updated
Was this helpful?