This template is designed for individuals who want to gain full control over their personal finances without the hassle of manual tracking. Ideal for freelancers, small business owners, or anyone who wants a simple, automated way to monitor income and expenses.
Using n8n, Telegram, and Google Sheets, this workflow allows you to log, edit, and query your financial transactions through simple Telegram messages. The AI interprets your input—whether text or audio—and automatically categorizes your income and expenses. Responses are delivered fully formatted in Telegram HTML, giving you clean, readable summaries and insights.
Features include:
To use this workflow, you’ll need a Google Sheet with the following structure:
Column Name | Description |
---|---|
id | Unique sequential identifier (auto-incremented) |
type | "income" or "expense" |
value | Monetary value (format: 1234.56) |
category | Classification of the transaction |
payment_method | Payment method used (e.g., card, cash, PIX) |
description | Details about the transaction |
date | Transaction date (format: yyyy-MM-dd) |
Make sure the column headers match exactly as shown above, and leave the rows empty for the bot to fill automatically.