I built an AI-powered support workflow
I built an AI-powered support workflow that automatically triages incoming Zendesk tickets, drafts replies, and routes everything through a human approval layer before anything reaches the customer.
The goal wasn't to automate support entirely. It was to shift support agents from writers to editors: and that's a fundamentally different operating model.
Here's what the system does:
- Zendesk trigger fires on every new ticket or customer reply
- n8n fetches the thread and sends it to GPT-4o for analysis
- GPT-4o returns customer intent, risk level, confidence score, and a full draft reply
- Everything lands in a custom Control Room I built for human review
- Support agent approves reply publishes directly to Zendesk in real time
Nothing reaches the customer without an explicit human decision.
If you'd like a deeper walkthrough of the tech stack, n8n workflow architecture, and what I'd improve, drop a comment or DM me and I'll share the extended version.