Gmail (Email arrives)
↓
Claude AI (Extract structured data)
↓
Parser (Convert JSON to usable fields)
↓
Validator (Check if extraction worked)
↓
Google Sheets (Save data)
↓
Mark as Read (Prevent reprocessing)
What it does: Connects all the tools, manages data flow, handles triggers and scheduling.
Why it's here: n8n is a workflow automation platform. It lets you build "if this, then that" logic without coding. In this case:
Cost: Free tier handles thousands of executions/month
What it does: Polls your Gmail inbox every minute for unread emails matching specific keywords.
Configuration:
invoice, order, inquiry, request, quote, delivery, paymentWhy filtered: Prevents processing irrelevant emails (newsletters, internal messages, etc.) and saves Claude API calls