Read, understand, and professionally reply to emails β all without human intervention.
A zero-code, AI-powered email assistant powered by n8n:
- π¨ Reads your new Gmail messages
- π§ Summarizes them with blazing-fast Groq API (LLaMA3-70B)
- π Logs each summary in Google Sheets
- βοΈ Auto-generates professional replies (ready to send!)
- π€ Sends the reply back via Gmail
graph TD
A[Gmail Trigger<br>New Email] --> B[Extract Fields]
B --> C[Groq API<br>Summarize Email]
C --> D[Google Sheets<br>Log Summary]
C --> E[Groq API<br>Generate Reply]
E --> F[Gmail<br>Send Reply]
Tool | Purpose |
---|---|
n8n | Workflow automation |
Groq API | Lightning-fast LLaMA3 summarization & reply |
Gmail API | Inbox read/send automation |
Google Sheets API | Structured summary logging |
File | Description |
---|---|
workflow.json |
Full n8n workflow export |
workflow.jpg |
Workflow canvas screenshot |
README.md |
This file! |
-
Clone This Repo
git clone https://github.com/sourabhm-25/mail-summaries-agent.git cd mail-summaries-agent
-
Import the Workflow into n8n
- Open n8n (cloud/self-hosted)
- Go to Workflows β Import from File
- Select
workflow.json
-
Configure Your Credentials
-
Gmail: Connect your Gmail (OAuth2)
-
Google Sheets: Link your Sheets account
-
Groq API: Paste your API key as a credential
Bearer GROP-CLOUD_API_KEY
-
-
Set Your Google Sheet
- In the workflow, replace
SHEET_ID_HERE
with your own Sheet ID
- In the workflow, replace
-
π¦ Activate the Workflow
- Toggle the workflow ON
- Enjoy hands-free, AI-powered inbox management!
Date | From | Subject | Summary |
---|---|---|---|
2025-09-10 | test@example.com | Meeting Update | "Meeting rescheduled to 3 PM" |
Thank you for your email.
I acknowledge the updated meeting schedule and will be available at the mentioned time.Best regards,
Sourabh
- Save time β instant summaries and replies, no context switching
- Stay organized β searchable log in Google Sheets
- Feel empowered β professional, AI-crafted communications
β¨ Ready to supercharge your inbox? Fork, clone, and automate away! β¨