Block 1 - Overview — Read This First
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Expense Leak Detector Smart Expense Monitoring in Minutes This n8n workflow reads your expenses from Google Sheets, categorizes them using predefined keywords, summarizes spending per category, gen...
n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.set, n8n-nodes-base.summarize, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.if, n8n-nodes-base.gmail
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceSmart Expense Monitoring in Minutes
This n8n workflow reads your expenses from Google Sheets, categorizes them using predefined keywords, summarizes spending per category, generates AI-powered financial advice using Gemini, stores results in another sheet and sends email alerts for high or normal expenses.
Import the workflow into n8n
Connect:
Date, Description, AmountDate, Category, Total Spent, AI Report, Status, Reviewed OnThis workflow automates your expense tracking and financial analysis using a combination of Google Sheets and AI.
It begins by fetching raw expense data from a Google Sheet (Sheet1), where each row contains a date, description and amount. The workflow then processes each row by cleaning the data and assigning a category such as Food, Transport, Subscription, Shopping, Utilities, Health or Other using predefined keyword matching.
Once categorized, it aggregates total spending per category and evaluates whether the spending exceeds a defined budget limit. Based on this evaluation, it generates a detailed, personalized financial advisory report using Google Gemini AI.
Finally, the workflow stores all results in another sheet (Sheet2) and sends an email notification—either a high expense alert or a normal summary—based on the spending status.
To use this workflow, you need:
Import the provided JSON file into n8n
| Date | Description | Amount |
|---|
| Date | Category | Total Spent | AI Report | Status | Reviewed On |
|---|
Update the “Settings — Change These Before Running” node:
Budget Limit → Threshold for high expense detection Send Report To Email → Recipient email Email Sender Name → Display name Currency Symbol → Example: Rs. Report Period → Example: This MonthBudget Limit in Settings nodeThere can be many more variations of this workflow depending on your needs.
| Issue | Possible Cause | Solution |
|---|---|---|
| No data fetched | Incorrect Sheet ID or tab | Verify Sheet1 configuration |
| Categories not accurate | Keyword mismatch | Update categorization logic |
| AI report not generated | Invalid Gemini API key | Reconnect API credentials |
| Emails not sent | Gmail not connected | Reauthorize Gmail OAuth |
| Sheet2 not updating | Column mismatch | Ensure correct headers |
| Always "Normal Expense" | Budget too high | Adjust Budget Limit |
| Missing email recipient | Email not set in Settings | Add recipient email |
If you need help setting up, customizing or extending this workflow, we’re here to support you.
Whether you want:
Reach out to WeblineIndia for expert assistance in building powerful, scalable automation solutions tailored to your needs.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Track and analyze Google Sheets expenses with Gemini and Gmail alerts |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Document Extraction, AI Summarization |
| Author | WeblineIndia |
| Published | 08 Apr 2026 |
Use the JSON export at /data/workflows/14901/14901.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Expense Leak Detector Smart Expense Monitoring in Minutes This n8n workflow reads your expenses from Google Sheets, categorizes them using predefined keywords, summarizes spending per category, gen...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI Summarization use case.