Block 1 - Gmail Trigger
- 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.
Description This section automates Gmail message handling through AI powered classification and response. Using the LangChain Text Classifier, incoming emails are analyzed and sorted into four c...
n8n-nodes-base.gmailtrigger, @n8n/n8n-nodes-langchain.textclassifier, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.gmail, @n8n/n8n-nodes-langchain.openai, 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 Haruki Kuwai.
Original n8n.io sourceThis section automates Gmail message handling through AI-powered classification and response. Using the LangChain Text Classifier, incoming emails are analyzed and sorted into four categories — High Priority, Advertisement, Inquiry, and Finance/Billing — each triggering a dedicated action flow.
High Priority: AI generates a professional draft reply and saves it to Gmail.
Advertisement: AI summarizes content and logs it to Google Sheets.
Inquiry: AI composes a customer-friendly response automatically.
Finance/Billing: AI creates a brief summary and forwards it to the accounting email.
This system reduces manual sorting, ensures consistent communication quality, and speeds up email management with full automation.
Automatically categorize incoming Gmail messages by topic or intent.
Generate AI-written reply drafts for urgent business messages.
Summarize marketing or promotional emails into Google Sheets for tracking.
Provide automated responses to customer inquiries.
Forward billing or invoice messages directly to accounting teams.
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 | Gmail email categorization & auto reply with GPT-4o and Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Ticket Management, AI Summarization |
| Author | Haruki Kuwai |
| Published | 24 Oct 2025 |
Use the JSON export at /data/workflows/10118/10118.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.
Description This section automates Gmail message handling through AI powered classification and response. Using the LangChain Text Classifier, incoming emails are analyzed and sorted into four c...
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 Ticket Management, AI Summarization use case.