Behavior
- Plays a prompt (TTS or audio file) listing the menu options
- Listens for DTMF key presses
- Routes to the matching option’s output handle
- On invalid input, plays a retry message and re-prompts
- On timeout, follows the timeout path
- Output handles are dynamic — one per configured DTMF option, plus
TimeoutandInvalid
Configuration
Prompt
Timing & retries
Interaction
Menu options
Each option in theoptions array:
Output handles
Output handles are dynamic based on configured menu options:Use cases
Department routing
Department routing
Configure options for key
1 (Sales), 2 (Support), 3 (Billing), 0 (Operator). Connect each output to the appropriate Transfer node.Language selection
Language selection
“Press 1 for English, Press 2 for Spanish.” Route to different TTS nodes or AI Agents configured for each language.