Call flows
Phone Menu
Phone Menu nodes create IVR-style choices so callers can press a digit and route themselves to the right branch.
Before you begin
- Write the menu script before recording audio.
- Prepare prompt audio for the menu.
- Decide what should happen on timeout and unrecognized input.
Where to find it
Open the call-flow builder and add a Phone Menu node.
Step-by-step
- Add the Phone Menu node to the canvas.
- Attach the prompt audio that explains the available choices.
- Add digit options for the routes callers can press.
- Set the timeout. The builder stores this in seconds and converts it for routing.
- Connect every digit option to the correct next node.
- Connect timeout and unrecognized-input branches so callers do not get stranded.
- Save and publish the flow.
What happens next
- Default new menus include timeout and unrecognized-input handles.
- Callers who press a configured digit follow that branch.
- Callers who wait too long or press an unsupported digit follow the fallback branches you connect.
Best practices
- Use no more choices than callers can remember.
- Say the most common option first.
- Route emergencies or revenue-critical calls to a person quickly.
Troubleshooting
- If saving fails, confirm prompt audio is attached.
- If a digit does nothing, check that the option exists and is connected.
- If callers loop, review timeout and unrecognized-input branches.