Block 1 - README
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Invoice Budget Tracker Drop invoices to Google Drive and let AI handle the rest OCR extraction, automatic categorization, budget tracking, and Telegram alerts when spending reaches thresholds. Ke...
n8n-nodes-base.stickynote, n8n-nodes-base.googledrive, n8n-nodes-base.httprequest, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.telegram, n8n-nodes-base.telegramtrigger, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Dmitrij Zykovic.
Original n8n.io sourceDrop invoices to Google Drive and let AI handle the rest - OCR extraction, automatic categorization, budget tracking, and Telegram alerts when spending reaches thresholds.
[2026-01-15] - Vendor (INV-123, 150.00 EUR).pdf/Invoices/2026-01/Software, Marketing, Travel, Office, Professional Services, Infrastructure, Vehicle, Other
| Section | Description |
|---|---|
| Document Processing | Hourly scan β OCR β AI categorization β Budget tracking β File organization |
| Budget Management | Telegram bot for budget CRUD via AI Agent with MCP storage |
| Weekly Report | Friday summary of current month progress |
| Monthly Report | 10th of month detailed report for previous month |
| Data Reset | Manual trigger to delete all invoice data (requires approval) |
π Drop "invoice_aws.pdf" to /Invoices/
β β
AWS | 150.00 EUR | Software
β File: [2026-01-15] - AWS (INV-2026-01, 150.00 EUR).pdf
β Moved to: /Invoices/2026-01/
π Drop "contract.pdf" to /Invoices/
β β οΈ Skipped: This is a service agreement, not an invoice
β File renamed: [REVIEW] - contract.pdf
"Set budget Software 500"
β β
Budget set: Software - β¬500/month
"Show budgets"
β π Monthly Budgets:
β’ Software: β¬500
β’ Marketing: β¬1000
Total: β¬1500/month
"Budget status"
β π January 2026:
β’ Software: β¬150/β¬500 (30%) β
β’ Marketing: β¬850/β¬1000 (85%) β οΈ
π
Weekly (Friday):
β π Week Summary:
Processed: 12 invoices
Total: β¬2,450
Top: Software β¬800, Marketing β¬650
π
Monthly (10th):
β π January 2026 Report:
Total: β¬4,200 (28 invoices)
[ββββββββββ] Software 80%
[ββββββββββ] Marketing 60%
Invoices stored in Ainoflow JSON Storage by month (key = SHA256 hash):
{
"vendor": "Amazon Web Services",
"vendor_normalized": "AWS",
"amount": 150.00,
"currency": "EUR",
"date": "2026-01-15",
"invoice_number": "INV-2026-01",
"category": "Software",
"file_id": "1BxiMVs0XRA5nFMd...",
"processed_at": "2026-01-15T10:30:00Z"
}
Edit SetDefaults node β allowed_categories
Then send /start to re-register with new categories
Edit WorkflowConfig node:
alert_threshold - Budget alert % (default: 0.8)review_prefix - Failed files prefix (default: "[REVIEW] - ")duplicate_prefix - Duplicate prefix (default: "[DUPLICATE] - ")Swap OpenRouter models in Gpt4oCategorizer and Gpt4oBudgetAgent nodes
Want to adapt this template for your business? Custom integrations, multi-user support, or enterprise deployment?
Contact us at Ainova Systems - We build AI automation solutions for businesses.
Tags: google-drive, invoice-processing, budget-tracking, ai-agent, ocr, telegram, openrouter, mcp-tools, business-automation
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.
Showing the first 24 of 126 workflow blocks. Download the JSON for the full node graph.
| Workflow | Track invoice spending vs budget from Google Drive with GPT-4o and Telegram alerts |
|---|---|
| Complexity | advanced |
| Nodes | 126 |
| Categories | Invoice Processing, AI Chatbot |
| Author | Dmitrij Zykovic |
| Published | 30 Jan 2026 |
Use the JSON export at /data/workflows/13115/13115.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.
Invoice Budget Tracker Drop invoices to Google Drive and let AI handle the rest OCR extraction, automatic categorization, budget tracking, and Telegram alerts when spending reaches thresholds. Ke...
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 Invoice Processing, AI Chatbot use case.