An OpenAI-powered chatbot built with n8n that enables users to securely connect their own API key and automate intelligent conversations, summaries, and task-based workflows.
An automated workflow that converts a week of emails into a concise Monday morning executive summary using Generative AI.
This project fetches emails from the past 7 days, analyzes them using an LLM (GenAI), extracts action items, priorities, due dates, and urgent matters, and sends a structured summary email every Monday morning.
- Scheduled trigger (Monday 8:00 AM)
- Gmail API β fetch emails
- Email field extraction & aggregation
- GenAI / LLM analysis (context-aware)
- Structured output parsing (JSON)
- HTML summary formatting
- Email delivery via SMTP
- n8n (Workflow Automation)
- Generative AI (Gemini / GPT)
- Gmail API
- Structured Output Parsing
- SMTP Email Delivery
- No API keys or credentials are stored in this repository.
- Environment variables must be configured locally.
- Weekly executive summaries
- Inbox prioritization
- Productivity automation
MIT
