Trigger: IVR Abandoned Before Selection
Detects when a caller hangs up inside an IVR menu without ever picking an option.
The IVR Abandoned Before Selection trigger fires when a caller hangs up while inside an IVR menu (an automated phone menu with options), without pressing any key or without finishing the menu path.
When to use it
- Automatically call the person back or schedule a callback.
- Send a follow-up WhatsApp message: "We saw you called — how can we help?"
- Measure your IVR's quality: if many callers abandon at the same node, the menu is probably confusing.
Requirements
The IVR module with at least one menu configured, and the Call triggers category enabled on your plan (calling feature).
Filters available
- Specific channel.
- Direction (always inbound for this case).
Variables available
$ivr.last_node_id,$ivr.last_node_type: where the caller was when they hung up$call.id,$call.from,$call.to,$call.duration,$call.status- Contact variables tied to the calling number
How to build it
- Go to Workflows → New workflow.
- Drag a Trigger node → pick IVR Abandoned Before Selection (under Call triggers).
- Filter by channel if you run several phone lines.
- Add an action like Notify team or a delay + callback attempt.
- Save and activate.
Example
Workflow "Recover IVR abandons": fires on any voice channel → Notify team: 📞 {{call.from}} hung up at IVR node {{ivr.last_node_id}} without picking an option.
Tips
Cross-reference $ivr.last_node_id with your menu design to spot exactly where most people abandon, then simplify it.
Troubleshooting
If the Call triggers category doesn't show up in the palette, your current plan doesn't include calling/IVR — contact support to enable the feature.
Related articles
-
Build your first workflow
Omnifox workflows automate your operation: a trigger starts the automation and action nodes do the work. Build a welcome message in minutes.
-
Workflow triggers catalog
Learn which events can start a workflow automatically in Omnifox.
-
Action nodes available in workflows
Discover the actions a workflow can run automatically.
-
Conditions and branching (if/then) in a workflow
Make your flows take decisions and follow different paths based on each contact data.
-
Ready-to-use workflow templates
Start your automations in minutes from prebuilt flows you can customize.