Skip to main content

AI email assistant: Prioritize Gmail with ChatGPT summaries and Slack digests

Workflow preview

Workflow preview
100%
AI email assistant: Prioritize Gmail with ChatGPT summaries and Slack digests preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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 ...

Best for

  • Ticket Management automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

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

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Darsheel.

Original n8n.io source

1.1 Workflow description

Title
AI email assistant: Prioritize Gmail with ChatGPT summaries and Slack digests
Workflow name
AI email assistant: Prioritize Gmail with ChatGPT summaries and Slack digests

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 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

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Gmail Trigger

Type / Role
n8n-nodes-base.gmailTrigger - gmailTrigger
Config choices
Version 1.2

Block 2 - Message a model

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 3 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 4 - Code

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Send a message

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 6 - Add label to message

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 7 - Add label to message1

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 8 - Append row in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 9 - Append row in sheet1

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 10 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 11 - Get row(s) in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 12 - Code1

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Code2

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Send a message1

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

3. Summary Table

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

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5446/5446.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does AI email assistant: Prioritize Gmail with ChatGPT summaries and Slack digests do?

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 ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.