Block 1 - Aggregate Summary2
- Type / Role
- n8n-nodes-base.code - code
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
How it works This workflow receives messages from Telegram using the Telegram Trigger node. It detects the user’s action (/start or customer name) and decides whether to send a welcome message or p...
n8n-nodes-base.code, n8n-nodes-base.telegramtrigger, n8n-nodes-base.telegram, n8n-nodes-base.merge, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Miad Dadbin.
Original n8n.io sourceHow it works
This workflow receives messages from Telegram using the Telegram Trigger node.
It detects the user’s action (/start or customer name) and decides whether to send a welcome message or perform a customer search.
The system fetches customer and access information from Google Sheets, checks if the user is authorized (based on chat IDs in the “Access” sheet), and then proceeds accordingly.
If access is granted, the workflow aggregates financial and weight data, formats a summary report, and sends it back to the same Telegram chat automatically.
If access is denied or customer data is not found, it sends an appropriate “no permission” or “incorrect name” message to the user.
⚙️ Set up steps
Connect your Telegram Bot API credentials in the Input user2, Send Report2, and related Telegram nodes.
Connect your Google Sheets account and update:
documentId → link to your Google Sheet
sheetName → replace with your actual sheet/tab names (“Access”, “Sheet1”, etc.)
lookupColumn → update to match column names used in your sheet (e.g., Customer name, Groups).
Replace placeholder text such as Your Custom Message and Your Custom Name with your actual message texts or variable names.
Test by sending a message to your Telegram bot with either /start or a known customer name.
Expected setup time: 10–15 minutes depending on how your Google Sheets and Telegram bot are configured.
Keep detailed field mapping or transformation logic (column names, sheet IDs) inside sticky notes within your workflow.
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 26 workflow blocks. Download the JSON for the full node graph.
| Workflow | Customer financial report delivery system with Telegram and Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 26 |
| Categories | Support Chatbot |
| Author | Miad Dadbin |
| Published | 31 Oct 2025 |
Use the JSON export at /data/workflows/10377/10377.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.
How it works This workflow receives messages from Telegram using the Telegram Trigger node. It detects the user’s action (/start or customer name) and decides whether to send a welcome message or p...
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 Support Chatbot use case.