Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Personal Expense Tracker Bot AI powered Telegram bot for effortless expense tracking. Send receipts, voice messages, or text the bot automatically extracts and categorizes your expenses. Key F...
n8n-nodes-base.stickynote, n8n-nodes-base.telegramtrigger, @n8n/n8n-nodes-langchain.mcpclienttool, @n8n/n8n-nodes-langchain.toolcalculator, @n8n/n8n-nodes-langchain.agenttool, @n8n/n8n-nodes-langchain.lmchatopenrouter, @n8n/n8n-nodes-langchain.toolthink, n8n-nodes-base.switch
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Dmitrij Zykovic.
Original n8n.io sourceAI-powered Telegram bot for effortless expense tracking. Send receipts, voice messages, or text - the bot automatically extracts and categorizes your expenses.
Send expense data via Telegram:
AI processes automatically:
Query your expenses:
Groceries, Transportation, Housing, Utilities, Healthcare, Entertainment, Dining Out, Clothing, Education, Subscriptions, Personal Care, Gifts, Travel, Sports, Other
Create a Telegram bot via @BotFather and get your API token.
Configure credentials for nodes:
Get API key from OpenRouter for AI processing.
Configure credentials for:
Get API key from Ainoflow for storage and OCR.
Configure Bearer credentials for:
| Section | Description |
|---|---|
| Message Trigger | Receives all Telegram messages |
| Bot Privacy | Locks bot to first user, rejects unauthorized access |
| Chat Message / Audio | Routes text and voice messages to AI |
| Document / Photo | Extracts text from files via OCR and forwards to AI |
| Root Agent | Routes messages to Expense Assistant, validates responses |
| Expense Assistant | Core logic: stores expenses, calculates statistics |
| Result / Reply | Sends formatted response back to Telegram |
| Cleanup / Reset | Manual trigger to delete all data (β οΈ use with caution) |
πΈ [Send receipt photo]
β Added: 45.50 EUR - Groceries (Lidl)
π€ "Bought coffee for five euros"
β Added: 5.00 EUR - Dining Out (coffee)
π¬ "50 uber"
β Added: 50.00 EUR - Transportation (uber)
"Show my expenses"
β November 2025: 1,250.50 EUR (23 expenses)
Top: Groceries 450β¬, Transportation 280β¬, Dining 220β¬
"How much on entertainment this month?"
β Entertainment: 85.00 EUR (3 expenses)
"Compare October and November"
β Oct: 980β¬ | Nov: 1,250β¬ (+27%)
Expenses are stored in JSON format organized by month (YYYY-MM):
{
"id": "uuid",
"amount": 45.50,
"currency": "EUR",
"category": "Groceries",
"description": "Store name",
"date": "2025-11-10T14:30:00Z",
"created_at": "2025-11-10T14:35:22Z"
}
/start to claim ownershipWant to adapt this template for your specific needs? Custom integrations, additional features, or enterprise deployment?
Contact us at Ainova Systems - We build AI automation solutions for businesses.
Tags: telegram, expense-tracker, ai-agent, ocr, voice-to-text, openrouter, mcp-tools, personal-finance
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 53 workflow blocks. Download the JSON for the full node graph.
| Workflow | Track expenses automatically with Telegram Bot using GPT-4o, OCR and voice recognition |
|---|---|
| Complexity | advanced |
| Nodes | 53 |
| Categories | Personal Productivity, AI Chatbot |
| Author | Dmitrij Zykovic |
| Published | 30 Nov 2025 |
Use the JSON export at /data/workflows/11368/11368.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.
Personal Expense Tracker Bot AI powered Telegram bot for effortless expense tracking. Send receipts, voice messages, or text the bot automatically extracts and categorizes your expenses. Key F...
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 Personal Productivity, AI Chatbot use case.