Trigger: CSAT Received
Automatically react to the scores from your CSAT satisfaction surveys.
What it is
Fires when a contact answers a customer satisfaction (CSAT) survey sent from Omnifox, with their score and an optional comment.
When to use it
- Alert a supervisor the moment a low score comes in, so they can step in.
- Automatically thank the customer when the score is high.
- Feed a service-quality report broken down by team or channel.
Requirements
- At least one CSAT survey configured and sent, whether through a workflow or automatically on resolve/close.
- Workflows enabled.
Available variables
$conversation.*and$contact.*$csat.score— the score received$csat.comment— free-text comment$csat.survey_id— the specific survey$csat.responded_at— when they answered
Configuration (filters)
- Minimum / maximum score: to segment by range.
- A specific survey.
How to set it up
- Open Workflows → create a new workflow.
- Open the "Conversations" category.
- Drag "CSAT response received" onto the canvas.
- Filter, e.g., "Maximum score = 2" to catch only low ratings.
- Connect the action: supervisor alert, follow-up task creation.
- Save and activate the workflow.
Example
A customer answers the survey with a score of 1 and the comment "My issue was never resolved." With the filter "Maximum score = 2", the workflow instantly notifies the supervisor in Team with $csat.comment and $conversation.id so they can review the case.
Tips
Build two branches in the same workflow: one for low scores (internal alert) and one for high scores (automatic thank-you to the customer).
Troubleshooting
If it never fires, confirm you're actually sending the CSAT survey to customers (e.g., wired to the "Conversation resolved" trigger) — this trigger only reacts to responses, it doesn't send the survey itself.
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.