Trigger: Missed Call
Fires an automation when an inbound call rings and nobody picks up.
The Missed call trigger fires when an inbound call rings and nobody answers it. It's distinct from "Call ended with status = no answer": this trigger is specific to the missed-call case and also carries how long it rang before going unanswered.
When to use it
- Automatically send a WhatsApp message apologizing and offering to call back.
- Create an urgent task for an agent to return the call within the hour.
- Measure how many calls are missed per channel or time slot, to size your team better.
Trigger settings
- Specific channel and Direction — the standard call filters.
Available variables
Standard call and contact variables, plus:
$call.ring_duration— how many seconds the phone rang before going unanswered.
Steps
- Create or open an automation.
- Drag "Missed call" from Call triggers.
- Filter by channel if you only care about one line.
- Connect an action, e.g. "Send template" (WhatsApp) or "Create task".
- Activate and save.
Example
Every time a call is missed on the "Customer service" channel, you want to send an automatic WhatsApp message. Connect a "Send template" action with: "Hi {{$contact.first_name}}, we noticed you tried calling and we couldn't pick up. How can we help?"
Tips
- Pair it with "Call out of hours" to tell missed calls during vs. outside business hours apart and respond differently to each.
- If you only want to react when the ring was very short (a possible misdial), use
$call.ring_durationin a condition node before the action.
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.