Extract Expenses from Emails and Add to Google Sheet
detail.loadingPreview
Automatically extract expense details from emails and log them into a Google Sheet.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of reading emails, extracting expense information, and appending it to a designated Google Sheet. It uses IMAP to fetch emails and Mindee's receipt parsing capabilities to get structured data from potential receipts.
Key Features
- Reads emails from an IMAP account.
- Filters emails based on subject patterns.
- Utilizes Mindee to parse receipt attachments.
- Extracts key expense data (Date, Description, Category, Currency, Amount).
- Appends extracted data to a Google Sheet.
How To Use
- Configure IMAP credentials: Set up your IMAP connection to read emails.
- Configure Mindee credentials: Provide your Mindee API key for receipt parsing.
- Configure Google Sheets credentials: Authorize n8n to access your Google Sheets.
- Set up Google Sheet: Ensure the target Google Sheet and its columns (Date, Description, Category, Currency, Amount) are ready.
- Adjust subject patterns: Modify the
subjectPatternsin the 'Setup Variables' node to match your email subject lines. - Activate the workflow: Manually trigger or schedule the workflow to run.
Apps Used
Workflow JSON
{
"id": "5fe667b1-0a1a-424d-a17b-8d173d6d3d19",
"name": "Extract Expenses from Emails and Add to Google Sheet",
"nodes": 0,
"category": "Data Extraction & Management",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 5fe667b1-0a1a...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Extract CV Data and Save to Airtable
Extracts data from uploaded CVs using AI and saves it to an Airtable base.
AI Logo Sheet Extractor to Airtable
Extracts information from an AI-generated logo sheet and saves it to Airtable.
Automate Competitor Tracking with Crunchbase & ClickUp
Streamline competitor analysis by automatically fetching data from Crunchbase and creating review tasks in ClickUp. Stay informed about market changes without manual effort.
Automate Shipment Tracking with Telegram and n8n
Streamline your logistics operations by automating shipment tracking with Telegram and n8n. This workflow allows drivers to easily share updates, and ensures timely notifications to your team.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.