Block 1 - Date and time
- Type / Role
- @n8n/n8n-nodes-langchain.toolCode - toolCode
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Track Personal Finances with WhatsApp and AI Assistant Transform your WhatsApp into a powerful personal finance command center. This AI powered workflow converts natural language messages into stru...
@n8n/n8n-nodes-langchain.toolcode, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatopenrouter, @n8n/n8n-nodes-langchain.toolcalculator, n8n-nodes-base.postgrestool, n8n-nodes-base.converttofile, n8n-nodes-base.whatsapp, n8n-nodes-base.whatsapptrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Roshan Ramani.
Original n8n.io sourceTransform your WhatsApp into a powerful personal finance command center. This AI-powered workflow converts natural language messages into structured financial data, automates record-keeping, and delivers instant insights—all within your favorite messaging app.
This template is perfect for:
Traditional expense tracking requires switching between apps, manual data entry, and complex spreadsheets. Most people abandon these systems within weeks. This workflow solves the friction by:
Send natural messages like Spent 300 on groceries at Walmart and the AI automatically extracts:
The workflow automatically routes messages to three processing branches:
show March expenses)spent 50 on coffee) how can I save money?)Generate instant reports by messaging:
today's report → Daily income/expense summaryMarch vs April report → Monthly comparisons with percentagesshow groceries spending → Category-specific analysisAll transactions are stored in PostgreSQL with proper schema:
CREATE TABLE financial_transactions (
date DATE NOT NULL,
category TEXT NOT NULL,
type TEXT NOT NULL,
amount NUMERIC(12,2) NOT NULL,
person TEXT
);
Customize the classification system:
When you download this template, you get everything needed for immediate implementation:
Spent 1200 on rent this monthPaid 45 for gas at ShellCoffee 5.50 at StarbucksReceived 5000 salary from Company ABCFreelance payment 800 from Client XYZtoday's summaryshow this week's expensescompare March vs April spendinghow much on food this month?✅ Logged: expense | Rent | ₹1,200.00 | Landlord ✅ Logged: income | salary |₹12,000.00|company
📊 Today's Summary:
Income: ₹0.00
Expenses: ₹1,245.50
Savings: -₹1,245.50
📈 March vs April: Expenses: ₹15,000 vs ₹12,500 (-16.7%) Top categories: Rent, Food, Transport
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 50 workflow blocks. Download the JSON for the full node graph.
| Workflow | WhatsApp expense tracker with PostgreSQL database & AI-powered reports |
|---|---|
| Complexity | advanced |
| Nodes | 50 |
| Categories | Personal Productivity, AI Chatbot |
| Author | Roshan Ramani |
| Published | 17 May 2025 |
Use the JSON export at /data/workflows/4136/4136.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.
Track Personal Finances with WhatsApp and AI Assistant Transform your WhatsApp into a powerful personal finance command center. This AI powered workflow converts natural language messages into stru...
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.