Skip to main content

Customer financial report delivery system with Telegram and Google Sheets

Workflow preview

Workflow preview
100%
Customer financial report delivery system with Telegram and Google Sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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...

Best for

  • Support Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

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

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Miad Dadbin.

Original n8n.io source

1.1 Workflow description

Title
Customer financial report delivery system with Telegram and Google Sheets
Workflow name
Customer financial report delivery system with Telegram and Google Sheets

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 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.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Aggregate Summary2

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 2 - Format Details2

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - Combine Summary + Details2

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Input user2

Type / Role
n8n-nodes-base.telegramTrigger - telegramTrigger
Config choices
Version 1.2

Block 5 - Send Report2

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 6 - Check Match2

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - Merge4

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 8 - Get row(s) in sheet (Access)2

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 9 - Get row(s) in sheet5

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 10 - Wellcome1

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 11 - If4

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 12 - If5

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 13 - Enter Correct name

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 14 - Get row(s) in sheet4

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 15 - Merge5

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 16 - If3

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 17 - No permission

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 18 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Code

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 22 - Code2

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 23 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

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

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10377/10377.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Customer financial report delivery system with Telegram and Google Sheets do?

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...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.