Skip to main content

Automate workflow execution with Telegram Bot Command Center

Workflow preview

Workflow preview
100%
Automate workflow execution with Telegram Bot Command Center preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Telegram Command Center ️ What is this workflow This workflow is using Telegram chat as a command center. Simple interface for user to run wokflows and receive answers by Telgram message or other ...

Best for

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

Tools used

n8n-nodes-base.telegramtrigger, n8n-nodes-base.code, n8n-nodes-base.telegram, n8n-nodes-base.executeworkflow, n8n-nodes-base.stickynote, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.switch

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate workflow execution with Telegram Bot Command Center
Workflow name
Automate workflow execution with Telegram Bot Command Center

Telegram Command Center

ℹ️ What is this workflow

This workflow is using Telegram chat as a command center. Simple interface for user to run wokflows and receive answers by Telgram message or other mediums like email etc.

💼 Business Cases

  • User want to initiate a wokflows by different commands

⚙️ How Does It Work

  1. wokflow listen to telgram command from user
  2. check if user has authorize and proceed, or send access denied message with uer Account ID. Account ID can use for authorize user in the workflow
  3. Route to the relevant workflow based on command. If command doesnt exist, it will return with the list of commands
  4. If command valid, it will call the Sub-workflow with input parameter and reply back with the relevant message.

🔗 Integrated Services

  • Telegram bot API key
  • Sub-Workflow for the command

🛠 How to Set Up

  1. Install the workflow template.
  2. Configure Telegram credential
  3. Update Access Control by Authorize Account ID
  4. Update Valie Commands
  5. Update List of command to switch
  6. Connect to right SUbworkflows
  7. Update/Select Telgram reply

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 - Telegram Trigger

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

Block 2 - format_output_as_json

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

Block 3 - Generic Output

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

Block 4 - Processing has finished

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

Block 5 - Instagram post

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

Block 6 - Sticky Note

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

Block 7 - Sticky Note1

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

Block 8 - Sticky Note2

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

Block 9 - Command not found

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

Block 10 - Access Denied

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

Block 11 - Access Control

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

Block 12 - Seperate command and Parameter

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

Block 13 - Sticky Note3

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

Block 14 - Valid Commands

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 15 - Switch to the Command

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

Block 16 - Social Analysis

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

Block 17 - Social Analysis Output

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

Block 18 - sentimental_analysis

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

Block 19 - Generic Output1

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

Block 20 - Sticky Note4

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

Block 21 - Sticky Note5

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

Block 22 - Sticky Note6

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

Block 23 - Sticky Note7

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

3. Summary Table

Workflow Automate workflow execution with Telegram Bot Command Center
Complexity advanced
Nodes 23
Categories Support Chatbot, AI Chatbot
Author Amir
Published 20 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9951/9951.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 Automate workflow execution with Telegram Bot Command Center do?

Telegram Command Center ️ What is this workflow This workflow is using Telegram chat as a command center. Simple interface for user to run wokflows and receive answers by Telgram message or other ...

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, AI Chatbot use case.