Trigger: Conversation Pending
Schedule automatic reminders when a conversation is left waiting on the customer.
What it is
Fires when a conversation moves to "Pending" — the agent has already replied and is now waiting on the customer's response.
When to use it
- Schedule an automatic reminder to the customer if they don't reply in time.
- Measure average customer response time by channel.
- Temporarily free up that conversation in agent workload reports.
Requirements
- Workflows enabled.
- At least one channel with active conversations.
Available variables
$conversation.id,status,channel_id/type/name,assignee,assignee_team$contact.*$conversation.pending_since— customer's last reply timestamp (or empty)$conversation.last_agent_reply_at— agent's last message
Configuration (filters)
- Channel type.
- Assigned team.
How to set it up
- Open Workflows → create a new workflow.
- Open the "Conversations" category.
- Drag "Conversation marked pending" onto the canvas.
- (Optional) Filter by channel or team.
- Add a delay node (e.g. 24 hours), then a reminder action.
- Save and activate the workflow.
Example
An agent answers a WhatsApp inquiry and marks the conversation as "Pending". The workflow waits 24 hours from $conversation.last_agent_reply_at and, if it's still pending, sends an automatic nudge: "Still there? We're waiting to hear back from you."
Tips
Pair this trigger with "Conversation opened" (previous status = was pending) to close the loop once the customer finally replies.
Troubleshooting
If the reminder still sends after the customer already replied, add a check that stops the flow when a new inbound message arrives before the reminder step runs.
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.