Been using this setup for about a year so wanted to share something concrete rather than another generic AI chatbot post.
The problem we were trying to solve was not response speed. It was that 70% of our Zendesk queue had the same questions every week. Billing queries, plan comparisons, and integration troubleshooting with known fixes. Real people spending hours on work that had documented answers.
The Chatbase to Zendesk integration was the specific thing that made this viable rather than just interesting.
The handoff is what most setups get wrong.
When the AI agent cannot resolve something it creates a Zendesk ticket automatically with the full conversation history attached. The agent receiving it sees everything:
- What was already asked
- What the AI attempted
- How long the customer had been waiting
- What the sentiment looked like by the end
No cold starts. No repeated questions. That handoff quality is what kept CSAT from dropping the way it did when we tried a basic setup two years ago.
The tag system is worth knowing about.
Every ticket the agent touches gets tagged chatbase-involved. Anything it could not resolve gets tagged chatbase-routed-to-workspace. That makes reporting clean. You can see exactly what the AI handled versus what it escalated and track both separately without any custom setup.
What I check every week.
Low confidence responses in the logs almost always mean either a documentation gap or something in the product changed and the training data has not caught up. We auto retrain every 24 hours against our documentation site so product changes reflect by the next morning without anyone having to trigger it manually.
Four months in:
- 58% of ticket volume handled without human involvement
- Average handle time on escalated tickets dropped from 23 mins to 11
- CSAT held rather than dropped because agents are not starting cold
Anyone else running Chatbase through Zendesk? Curious how others are handling the escalation threshold specifically, whether you are using confidence scores to trigger routing or something else.