Track expenses and income in Google Sheets from Telegram with Google Gemini

Go to Workflow
0 views
Built by Andi Sakti Andi Sakti
Created on June 15, 2026

Description

Brief Description:
Your personal finance assistant inside Telegram! Chat naturally with an AI agent to track expenses, log income, view spending history, and manage your budget—all through simple conversation. No forms, no spreadsheets, just chat.

How it works:
Chat** – Send expense or income details naturally via Telegram
Understand** – AI agent parses your message and determines the action (add/get/delete)
Execute** – Performs CRUD operations on Google Sheets (expense & income tabs)
Respond** – Replies with confirmations, summaries, or requested data with formatted responses

Set up steps:
⏱️ Setup time: ~15-20 minutes
Create a Telegram bot via BotFather and get your API token. Connect Google Gemini (or your preferred LLM) for the AI agent. Set up Google Sheets with separate tabs for expenses and income. Configure the Google Sheets tools with your sheet IDs and column mappings.

Nodes Used (7)

AI Agent
@n8n/n8n-nodes-langchain.agent
Calculator
@n8n/n8n-nodes-langchain.toolCalculator
Code
n8n-nodes-base.code
Google Gemini Chat Model
@n8n/n8n-nodes-langchain.lmChatGoogleGemini
Simple Memory
@n8n/n8n-nodes-langchain.memoryBufferWindow
Telegram
n8n-nodes-base.telegram
Think Tool
@n8n/n8n-nodes-langchain.toolThink