10.0: Capture customer feedback with worker interactions and custom records #7
jstanden
started this conversation in
Guides and Tutorials
Replies: 1 comment 2 replies
-
Cerberus extension system has come along way in the last few years. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Import the Capture Feedback package in Cerb
Navigate to Setup >> Packages >> Import.
Paste the following package:
Click the Import button.
You should see the following:
Capturing feedback
When you view a ticket profile, messages now have a new action:
You can highlight to extract a particular passage as feedback. Otherwise the entire message is copied by default.
Select a Sentiment: and click the blue continue arrow.
That's it!
How it works
Custom record
The package creates a new custom record type for Feedback. You'll find it in Search >> Custom Records.
The feedback record type includes several custom fields: comment, sentiment, author, source URL, and open/closed status.
Interaction automation
The package also creates a new automation named
wgm.interaction.message.captureFeedback
. You'll find this in Search >> Automations.This is a worker interaction that receives information about an email message and prompts the worker for feedback and sentiment. It saves the responses to a new feedback record.
Toolbar
The package modifies the
mail.read
toolbar to add a Capture Feedback button that launches the new interaction. You'll find this in Search >> Toolbars.This button is configured to only appear on incoming messages from clients. It doesn't appear on outgoing messages from workers.
Beta Was this translation helpful? Give feedback.
All reactions