Skip to main content

Overview

The dtmf verb sends outgoing DTMF signals on a call; useful for navigating IVRs or voicemail systems.

Example

{
  "verb": "dtmf",
  "dtmf": "0276",
  "duration": 250
}

Parameters

ParameterTypeRequiredDescription
dtmfstringYesA string containing a sequence of DTMF digits (0-9, *, #).
durationnumberNoThe length of each digit, in milliseconds. Defaults to 500.