Update a call
CallFlowCommand
type: string
enum:
- answer
- hangup
- playback
- say
- gather
- record
- bridge
- pause
- ringingAuthorizations
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
Path parameters
workspaceIdstring · uuidRequired
The ID of the workspace
callIdstring · uuidRequired
The ID for a call
channelIdstring · uuidRequired
The ID for a channel
Body
statusstring · enum · nullableOptionalPossible values:
Responses
202
Call update accepted
application/json
400
The request did not pass validation
application/json
404
The request did not pass validation
application/json
422
The request did not pass validation
application/json
patch
/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}Example 1: Update a call by answering
Example 2: Update a call by sending ringing, pause for 2 seconds, answer and play an announcement
Last updated
Was this helpful?

