Block 1 - Gmail Inbox Monitor
- Type / Role
- n8n-nodes-base.gmailTrigger - gmailTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
The AI Support Agent combines Gmail, Slack, and Google Drive into a seamless support workflow powered by GPT 4o and Pinecone. Email Monitoring – New support emails are pulled from Gmail every mi...
n8n-nodes-base.gmailtrigger, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.textclassifier, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by David Olusola.
Original n8n.io sourceThe AI Support Agent combines Gmail, Slack, and Google Drive into a seamless support workflow powered by GPT-4o and Pinecone.
🧠 Email Monitoring – New support emails are pulled from Gmail every minute. 📤 Classification – AI categorizes emails (e.g., billing, support, spam, urgent). 📚 Knowledge-Based Replies – GPT-4o drafts personalized replies using your support documents synced from Google Drive and stored in Pinecone.
📩 Automatic Response – The agent replies to the customer in the same Gmail thread. 🚨 Escalation Detection – If human support is needed, Slack is notified instantly. 📊 Logging – Each interaction is logged in Google Sheets for tracking and analysis. 🔁 Live Sync – Any document added to your Google Drive folder is auto-loaded into the knowledge base for future AI responses. 🛠️ Quick Setup Steps 🛠️ Quick Setup Checklist
⏱ Time to Deploy: ~10–15 minutes 🔌 1. Connect Integrations ✅ Gmail (OAuth2) ✅ Google Drive (OAuth2) ✅ Google Sheets (OAuth2) ✅ OpenAI API Key ✅ Pinecone API Key ✅ Slack Webhook (for alerts)
🗂️ 2. Update Workflow IDs Replace the sample IDs in your nodes:
📁 Google Drive Folder ID → Where your KB lives 📊 Google Sheet ID → Where interactions are logged 🚨 Slack Webhook URL → Where urgent alerts go 🔎 Pinecone Index → Your vector storage index
🎨 3. Customize Prompt & Tone Go to 🔧 “Response Agent” Node Update the System Prompt to reflect your brand’s tone: e.g. “We’re always here to help, and we reply fast.”
📂 4. Upload Your Docs Add .pdf, .txt, or .docx files to your synced Google Drive folder. The agent will auto-read and embed them into Pinecone for AI-powered replies.
▶️ 5. Run & Test Send a test email from another account ✅ Watch the reply come through Gmail ✅ Check Slack for urgent alert ✅ Confirm logging in Google Sheets ✅ Done!
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Smart Customer Support System with GPT-4o, Gmail, Slack & Drive Knowledge Base' |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Support Chatbot, AI RAG |
| Author | David Olusola |
| Published | 31 May 2025 |
Use the JSON export at /data/workflows/4543/4543.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
The AI Support Agent combines Gmail, Slack, and Google Drive into a seamless support workflow powered by GPT 4o and Pinecone. Email Monitoring – New support emails are pulled from Gmail every mi...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Support Chatbot, AI RAG use case.