Hello, I’m new here and I’m exploring how we can use a chatbot for to ease the load of our customer support of our digital product.
We have a respectable knowledge base available online via HelpScout Docs and I was wondering if there was a way to integrate with it for a seamless question and answer experience.
Based on my short experimentation, my current options are:
- forward the user to our KB URL (so-so UX)
- input Q&As based on our KB as a flow (not scalable)
- use a custom JS code to search using HelpScout’s Docs API, getting inputs from the chat and then somehow outputting a link or something to the KB article. (haven’t checked yet if something like this would work)