IVR Menu Applet
3 min
the ivr (interactive voice response) menu applet presents callers with a voice menu and routes them based on their dtmf (keypad) input how it works the applet plays a recorded prompt (e g , "press 1 for sales, press 2 for support") the caller presses a key on their phone the call is routed to the applet or flow connected to that key configuration in the exotel dashboard, open your call flow editor drag the ivr menu applet into your flow configure the voice prompt (record, upload, or text to speech) map each key (0 9, , #) to the next applet in the flow example flow incoming call → greeting ("welcome to acme corp") → ivr menu ("press 1 for sales, 2 for support, 3 for billing") ├── 1 → connect (sales team) ├── 2 → connect (support team) ├── 3 → connect (billing team) └── no input / invalid → repeat or hangup best practices keep menus simple — no more than 4 5 options always provide a fallback for invalid input or no input put the most common option first use the greeting applet before the ivr menu to welcome callers
