v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Send DTMF tones to an active call

post/voice/conversation/{messageId}/dtmf

Path parameters

messageIdstring required

The id of the voice call

Headers

Authorizationstring required

Bearer {access_token}

Content-Typestring required

application/json

Request body

dtmfstring required

A string with the dtmf tones to be sent. Valid characters are given by the regular expression: [A-D0-9#*,wW]+. The ',' and lowercase 'w' characters represents a half-second pause into the DTMF sequence, while the uppercase 'W' character represents one-second pause.

Response

200

messageIdstring
messagestring
createdAtstring

Example response

{
  "messageId": "72778f75-2e0f-4d08-bcad-4b1f4255dcaa",
  "message": "DTMF tones sent",
  "createdAt": "2018-11-02T12:55:06.6Z"
}