Block 1 - Telegram - Incoming Webhook
- Type / Role
- n8n-nodes-base.telegramTrigger - telegramTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Who’s it for This template is perfect for freelancers, small business owners, or financial assistants who want to record and approve financial transactions like income and expenses directly from Te...
n8n-nodes-base.telegramtrigger, n8n-nodes-base.code, n8n-nodes-base.switch, n8n-nodes-base.telegram, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Fahmi Oktafian.
Original n8n.io sourceThis template is perfect for freelancers, small business owners, or financial assistants who want to record and approve financial transactions like income and expenses directly from Telegram, without opening a spreadsheet manually.
It’s also useful for teams that require a supervisor to approve expenses before they’re finalized.
This workflow allows users to:
Telegram Bot Trigger: Captures user input via message or inline button callback.
Message Detection Logic: Differentiates between text input and button interactions.
Switch Node: Routes the message type:
Google Sheets Integration: Appends or updates entries in different sheets based on the data type.
Notifications:
You will need a Google Sheet with the following two worksheets:
Sheet 1: income Sheet 2: Sheet1 (Default tab for expenses)
💡 For the approval flow, update the node Send Approval Request with the correct chatId of the supervisor's Telegram account. You can hardcode a static ID (e.g., "123456789") or pull from a variable if dynamic.
| Tool | Description |
|---|---|
| n8n (Cloud or Self-hosted) | Use latest stable version |
| Telegram Bot | For user input and notifications |
| Google Sheets | To store income and expense records |
| Google OAuth2 Credentials | Required for Google Sheets node |
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 31 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automate income and expense tracking in Google Sheets via Telegram |
|---|---|
| Complexity | advanced |
| Nodes | 31 |
| Categories | Personal Productivity |
| Author | Fahmi Oktafian |
| Published | 18 Jul 2025 |
Use the JSON export at /data/workflows/6147/6147.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 template is perfect for freelancers, small business owners, or financial assistants who want to record and approve financial transactions like income and expenses directly from Te...
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 use case.