Block 1 - Get Current Balance
- Type / Role
- n8n-nodes-base.googleSheets - googleSheets
- Config choices
- Version 4.4
This workflow is provided as-is. Please review and test before using in production.
Who's it for This workflow is perfect for individuals who want to maintain detailed finan...
n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.slack, n8n-nodes-base.merge, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.toolthink, @n8n/n8n-nodes-langchain.toolcalculator
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Habeeb Mohammed.
Original n8n.io sourceThis workflow is perfect for individuals who want to maintain detailed financial records without the overhead of complex budgeting apps. If you prefer natural language over data entry forms and want an AI assistant to handle the bookkeeping, this template is for you. It's especially useful for:
This AI-powered finance tracker transforms your Slack workspace into a personal finance command center. Simply mention your bot with transactions in plain English (e.g., "₹500 cash food, borrowed ₹1000 from John"), and the AI agent will:
The workflow maintains conversational context using PostgreSQL memory, so you can say things like "yesterday's transactions" or "that payment to Sarah" and it understands the context.
When you mention the bot in Slack:
Phase 1: Parse & Analyze
Phase 2: Calculate & Preview
Phase 3: Update Database (only after approval)
Phase 4: Confirmation
Essential Services:
Recommended:
Create a new Google Sheet with three tabs named exactly:
Balances Tab:
| Date | Cash_Balance | Online_Balance | Total_Balance |
|---|
Transactions Tab:
| Transaction_ID | Date | Time | Amount | Payment_Type | Category | Transaction_Type | Person_Name | Description | Added_At |
|---|
Debts Tab:
| Person_Name | Amount | Type | Date_created | Status | Notes |
|---|
Add header rows and one initial balance row in the Balances tab with today's date and starting amounts.
app_mentions:readchat:writechannels:read#personal-finance-tracker)Set up a PostgreSQL database (you can use Supabase free tier):
Import the workflow and configure:
A. Credentials
B. Update Node Parameters
sessionKey to something unique (e.g., finance_tracker_your_name)tableName as n8n_chat_history_finance or rename consistentlyC. Slack Trigger Setup
app_mention@YourBot ₹100 cash snacksEdit the AI Agent's system message to add/remove categories. Current categories:
Change the Schedule Trigger's triggerAtHour value (0-23 in 24-hour format).
Replace ₹ with your currency symbol in:
The workflow uses Google Gemini, but notes recommend Claude. To switch:
Modify AI Agent's system prompt to change debt handling logic:
I_Owe and They_Owe_MeCurrent: cash, online To add more (e.g., credit card):
Edit AI Agent's Phase 2 approval logic to recognize different approval phrases.
Extend the daily check-in to calculate:
⚠️ Never trigger with normal messages - Only use app mentions (@botname) to avoid infinite loops where the bot replies to its own messages.
💡 Context Awareness - The bot remembers conversation history, so you can reference "yesterday", "last week", or previous transactions naturally.
🔒 Data Privacy - All your financial data stays in your Google Sheets and PostgreSQL database. The AI only processes transaction text temporarily.
📊 Backup Regularly - Export your Google Sheets periodically as backup.
Pro Tips:
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 personal finances in Google Sheets with AI agent via Slack |
|---|---|
| Complexity | advanced |
| Nodes | 24 |
| Categories | Personal Productivity, AI Chatbot |
| Author | Habeeb Mohammed |
| Published | 22 Oct 2025 |
Use the JSON export at /data/workflows/10056/10056.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.
Who's it for This workflow is perfect for individuals who want to maintain detailed finan...
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.