Gather DTMF from a call
Use this request to gather DTMF - digits entered by user. Gather command can be nested with a playback
or a say
.
Gather DTMFs from call
Gather DTMF from a channel call
POST/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/gather
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
maxNumKeysinteger
endKeyKey (enum)
0123456789*#
timeoutinteger
retriesinteger
inputenum
dtmfspeechdtmf speech
speechLocaleenum
Example: "en-US"
de-DEen-AUen-GBen-USes-USit-ITja-JPko-KRpt-BRth-THzh-CN
playbackPlayback sound to Call
saySay text to Call
Response
Call Command Gather was accepted for processing
Body
idId-2 (string (uuid))
callIdId-2 (string (uuid))
callFlowIdId-2 (string (uuid))
statusstring
commandstring
Request
Response
Last updated