10.0: Search the knowledgebase while replying to mail using interactions #28
jstanden
started this conversation in
Guides and Tutorials
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduction
In earlier versions of Cerb, there was a feature to search knowledgebase articles while writing an email reply.
It's possible to reimplement this feature in 10.0+ using interactions.
Import the package
Navigate to Setup -> Packages -> Import.
Paste the following package:
Click the Import button.
Using the interaction
Open any ticket profile from Search -> Tickets and click Reply.
You'll see a new 'open book' icon for searching the knowledgebase.
Articles can be quickly filtered with keywords.
Clicking on an article opens its card popup to read the full content.
Next steps
From Search -> Automations you can modify the
wgm.example.reply.kb
automation to meet your needs.For instance, this could automatically pre-filter articles based on the worker, or the current ticket's group/message.
Beta Was this translation helpful? Give feedback.
All reactions