I'm hoping to get some guidance. We want to try to give people access to the articles they probably need, ideally before submitting a ticket, whether using the chatbot, suggested articles, email autoreplies, etc. The thing I'm getting hung up on though is recommending articles based on a specific tag or label without me manually entering each article I want to recommend.
Ideally, any of the following would work, but I haven't found anything to let me do roughly what I'm after:
- On the New Request page, specify suggested articles based on the specific request form (can't seem to find any way to tweak these suggestion settings)
- Using the conversation bots to recommend articles based on a tag (have to enter articles manually, and only 3 per step)
- Using conversation bots to link to a Guide search for the content tag (looks like this can be done, but I need to find the content_tag IDs manually to make the links, which is fine for 1 or 2 buttons, but we've got many more to do)
- Email autoreplies based on the form to include articles with a given tag/label
Does anyone have any idea how we could go about getting the results we're after?
Thanks for sharing your detailed use case and the challenges you’re facing with recommending articles dynamically.
Zendesk Guide and messaging tools do have some capabilities for surfacing suggested articles, but they do come with limitations when it comes to fully automating recommendations based on tags or labels without manual intervention.
Here are a few suggestions that might help you get closer to your goal:
-
-
-
-
Overall, achieving fully dynamic recommendations with minimal manual setup usually involves some customization or development work. If your team has developer resources, I’d recommend exploring Zendesk’s APIs alongside your chatbot or automation tools to build a more seamless experience.Request Form Suggestions: Unfortunately, the default New Request form suggestions aren’t highly customizable in terms of filtering by specific request forms or tags. You might explore creating separate help centers or sections to guide users more contextually.
Conversation Bots: While conversation bots can recommend articles or provide search results by tag, as you noted, entry of article IDs or tag IDs is manual and limited in number. If you need to scale this, you might consider building custom bot flows using Zendesk’s API or integrating third-party chatbot platforms that support dynamic content retrieval.
Guide Search Links: Using conversation bots to link to Guide search by content tag is a good approach for broad article discovery. Maintaining the tag IDs can be automated via scripts or syncing with your CMS if you have developer resources.
Email Autoreplies: Including articles with specific tags or labels in email responses is possible via placeholders and triggers, but automating this fully based on form inputs requires careful trigger configuration and may need custom integrations.