Extract Tasks from Gmail with GPT-4o & Supabase - n8n Workflow | Neura Market
Extract Tasks from Gmail with GPT-4o & Supabase
Automates extracting actionable tasks from unread Gmail emails using ChatGPT-4o, stores results in Supabase, and skips processed emails.
This n8n workflow triggers on a schedule to fetch unread emails from Gmail, processes each one individually via SplitInBatches to avoid overload, and checks a Supabase 'emails' table to prevent re-processing using a unique email_id constraint.
For new emails, it formats the content into a structured prompt and sends it to OpenAI's GPT-4o model to extract task metadata like summaries, priorities, and actions. The AI-generated structured data is then inserted into Supabase via HTTP REST API, enab
Platform
n8n
Category
Other
Price
$19.99
Creator
Fred Garcia
Gmail
OpenAI
GPT-4o
Supabase
Email Automation
Task Extraction
AI Processing
Data Extraction
Workflow Automation
Scheduled Trigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.