Forward a call

Forward a call to another phone number or to a SIP URI. This command will create a new call resource and both calls will be connected (bridged).

Forward call

post

Creates a new channel call and forward to it

Authorizations
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
fromstringOptional
tostringRequired
ringTimeoutinteger · min: 3 · max: 120OptionalDefault: 30
maxDurationinteger · min: 1OptionalDefault: 28800
ringTonestring · enum | nullableOptionalPossible values:
hangupAfterBridgebooleanOptional
recordbooleanOptional
recordStartstring · enumOptionalPossible values:
recordStereobooleanOptional
Responses
post
/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/bridge

Example 1: Forward an inbound call to an external number

Last updated

Was this helpful?