AI-Powered Zendesk Support Responses with RAG, OpenAI, and Supabase Knowledge Base
⚡ How it works
This workflow automates first responses to new Zendesk tickets with the help of AI and your internal knowledge base.
Webhook trigger fires whenever a new ticket is created in Zendesk.
Ticket details (subject, description, requester info) are extracted.
Knowledge base retrieval – the workflow searches a Supabase vector store (with OpenAI embeddings) for the most relevant KB articles.
AI assistant (RAG agent) drafts a professional reply using the retrieved KB and conversation memory stored in Postgres.
Decision logic:
If no relevant KB info is found (or if it’s a sensitive query like KYC, refunds, or account deletion), the workflow sends a fallback response and tags the ticket for human review.
Otherwise, it posts the AI-generated reply and tags the ticket with ai_reply.
Logging & context memory ensure future ticket updates are aware of past interactions.
🔧 Set up steps
This workflow takes about 15–30 minutes to set up.
Connect credentials for Zendesk, OpenAI, Supabase, and Postgres.
Prepare your knowledge base: store support content in Supabase (documents table) and embed it using the provided Embeddings node.
Set up Postgres memory table (zendesk_ticket_histories) to store conversation history.
Update your Zendesk domain in the HTTP Request nodes (<YOUR_ZENDESK_DOMAIN>).
Deploy the webhook URL in Zendesk triggers so new tickets flow into n8n.
Test by creating a sample ticket and verifying:
AI replies appear in Zendesk
Correct tags (ai_reply or human_requested) are applied
Logs are written to Postgres
Related Templates
AI SEO Readability Audit: Check Website Friendliness for LLMs
Who is this for? This workflow is designed for SEO specialists, content creators, marketers, and website developers who ...
Reply to Outlook Emails with OpenAI
Who is this template for? This template is for any Microsoft Outlook user who wants a trained AI agent to reason and rep...
Use OpenRouter in n8n versions <1.78
What it is: In version 1.78, n8n introduced a dedicated node to use the OpenRouter service, which lets you to use a lot...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments