Trigger: Conversation Resolved
Send surveys or notifications as soon as a conversation is marked resolved.
What it is
Fires when a conversation is marked "Resolved" — an intermediate state between handled and closed, typically used when the customer's issue is fixed but the conversation stays visible for a while before closing.
When to use it
- Send the CSAT survey as soon as the case is resolved, without waiting for the close.
- Measure a team's performance by resolution count.
- Log the resolution to an external ticketing system.
Requirements
- Workflows enabled.
- At least one channel with active conversations.
Available variables
$conversation.id,status,channel_id/type/name,assignee,assignee_team$contact.*$conversation.resolved_timestamp$conversation.resolved_by— who resolved it$conversation.resolved_by_source— agent, API, or another workflow
Configuration (filters)
- Source: agent, API, another workflow.
- Channel type.
- Team that resolved it.
How to set it up
- Open Workflows → create a new workflow.
- Open the "Conversations" category.
- Drag "Conversation marked resolved" onto the canvas.
- (Optional) Filter by team or channel.
- Connect the action: CSAT survey, notification, follow-up task.
- Save and activate the workflow.
Example
The Support team resolves a WhatsApp complaint. The workflow automatically fires a CSAT survey ("How would you rate our support?") and logs $conversation.resolved_by for the team report.
Tips
If your team uses "Resolved" as a step before closing, firing the survey here (instead of on "Conversation closed") gets better response rates since the conversation is still fresh for the customer.
Troubleshooting
If your team never uses the "Resolved" status and just closes directly, this trigger won't fire — use "Conversation closed" instead.
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.