🎫 Multi-account email classifier with AI, Gmail, Discord & Google Sheets

⚑ 2,625 views · 🎫 Ticket Management & Triage

Description

AI Email Classifier πŸ“¬

Automate Email Classification, Prioritization, and Spam Detection Across Multiple Accounts

Created by: Jayant Kumar (@jharilela)
πŸ›  Powered by: Gmail, Google Sheets, OpenAI, Discord, and n8n


Sample Discord labelling as Spam

ai-email-classifier-spam

Sample Discord labelling as Legit

ai-email-classifier-legit


Why I Built This

Focus is Expensive. Managing multiple email inboxes every dayβ€”personal, business, partnerships, invoices. Logging into each, skimming through noise, flagging important stuff, and deleting spam started eating up hours of my week. I needed a system that helped me focus only on what matters without building an entire helpdesk dashboard.

I already live in Discord. It made sense to push my emails thereβ€”but in a fun, digestible, and actionable way. I built AI Email Classifier πŸ“¬ to summarize emails, detect spam, assign priority, and make everything skimmable with pictures and links.

And it works across multiple Gmail accounts.


Key Features


How It Works

Here’s the high-level flow:

  1. New Email in any inbox triggers the worfklow to start
  2. The AI Agent reads the raw content, subject, sender, Gmail labels.
  3. It calls a Google Sheet that acts as our feedback memory:
    • Emails and domains manually marked as spam or legit.
  4. AI classifies the incoming email using logic:
    • Spam if sender or domain is blacklisted, or content matches patterns like:
      β€œpromotions, phishing, ads, mass emails, cold offers”
    • Priority is assigned by:
      • High: deadlines, legal, payments, clients, CEO emails
      • Medium: team updates, meetings, project notifications
      • Low: newsletters, FYIs, casual threads
  5. It produces a compact JSON output with:
    • Sender, recipient, subject, summary, priority, priority color, image URL, action URL
  6. The message is formatted visually and posted back to Discord as an embed with:
    • Summary text
    • Actionable links
    • Priority color code
    • Thumbnail (if any)

Google Sheet Training Table

The system uses this sheet as live memory to label spam and legit senders:

╔════════════════════╦══════════════╦═════════════════╦══════════════╦════════════════╗
β•‘       Email        β•‘    Domain    β•‘  Classification β•‘  Labelled By β•‘  Labelled Date β•‘
╠════════════════════╬══════════════╬═════════════════╬══════════════╬════════════════╣
β•‘ offers@badsite.com β•‘  badsite.com β•‘  Spam           β•‘  Jayant      β•‘  08/07/2025    β•‘
β•‘ ceo@trusted.com    β•‘  trusted.com β•‘  Legit          β•‘  Jayant      β•‘  08/07/2025    β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•©β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•©β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•©β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•©β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

This allows manual control to teach the AI which senders to trust or ignore. Every time I see something marked wrong, I just reply in Discord with "spam" or "legit" on that message thread. That triggers an update to the Sheet via AI parsing and n8n.


Why Manual Input Still Matters

AI isn’t perfect.
Some spam emails are cleverly disguised. And some senders are contextually important only to you.

That’s why I kept a simple feedback loop:


Why Discord?

Because Slack charges per seat and email feels lonely.
I run most of my operations inside Discord community chats, client rooms, bot alerts.
Instead of making a full email UI, I turned each email into a Discord card with a thumbnail, summary, and quick actions.
It’s fun. It’s visual. It doesn’t feel like work.
Email becomes more like a game feed.


Tech Stack


Try It Yourself

Clone the workflow JSON, set up your Gmail integrations, and install the n8n Discord Trigger Bot.
I made this workaround because i couldnt find a discord trigger on n8n.

Now I just scroll my Discord DMs and know what to reply to, and ignore everything else.Dont let Email spam your brain. Let your AI do the thinking.


πŸ”— Nodes Used

Webhook, Discord, Gmail Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup