Overview
Thedtmf verb sends outgoing DTMF signals on a call; useful for navigating IVRs or voicemail systems.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Sends outgoing DTMF signals on a call; useful for navigating IVRs or voicemail systems.
dtmf verb sends outgoing DTMF signals on a call; useful for navigating IVRs or voicemail systems.
{
"verb": "dtmf",
"dtmf": "0276",
"duration": 250
}
| Parameter | Type | Required | Description |
|---|---|---|---|
dtmf | string | Yes | A string containing a sequence of DTMF digits (0-9, *, #). |
duration | number | No | The length of each digit, in milliseconds. Defaults to 500. |