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.
This n8n workflow acts as an AI powered Inbox Assistant that automatically summarizes and classifies Gmail emails, prioritizes important messages, and sends a daily digest to Slack. It’s ideal for ...
n8n-nodes-base.gmailtrigger, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.slack, n8n-nodes-base.gmail, n8n-nodes-base.googlesheets, n8n-nodes-base.scheduletrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Darsheel.
Original n8n.io sourceThis n8n workflow acts as an AI-powered Inbox Assistant that automatically summarizes and classifies Gmail emails, prioritizes important messages, and sends a daily digest to Slack. It’s ideal for startup founders and small teams juggling investor intros, customer leads, and support queries — all from a busy Gmail inbox.
Each email is processed using ChatGPT to generate a concise summary, classify the message (e.g., Support, Investor, Spam), and determine its urgency. High and medium priority messages are forwarded to Slack instantly. Lower priority emails are logged to Google Sheets for review. A daily 7 PM digest summarizes the day’s most important messages.
💡 Use Cases Preventing missed investor or lead emails
Lightweight CRM alternative using Google Sheets
Slack summaries of critical Gmail activity
🔧 How It Works Gmail node fetches new messages
ChatGPT summarizes and extracts urgency + type
High/medium urgency → sent to Slack + labeled in Gmail
Low urgency → logged in Google Sheets
Cron node triggers a daily 7 PM Slack summary
✅ Requirements OpenAI API Key (GPT-4 or GPT-4o recommended)
Gmail access with read and label permission
Slack Bot Token or Webhook URL
Google Sheets integration (optional)
🛠 Customization Ideas Replace Slack with Telegram or WhatsApp
Route investor leads to Airtable or Notion
Add multi-language support in ChatGPT prompt
Create weekly summaries via email
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 | AI email assistant: Prioritize Gmail with ChatGPT summaries and Slack digests |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Ticket Management, AI Summarization |
| Author | Darsheel |
| Published | 29 Jun 2025 |
Use the JSON export at /data/workflows/5446/5446.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.
This n8n workflow acts as an AI powered Inbox Assistant that automatically summarizes and classifies Gmail emails, prioritizes important messages, and sends a daily digest to Slack. It’s ideal for ...
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.