๐Ÿ’ฌ Automate workflow execution with Telegram Bot Command Center

โšก 547 views ยท ๐Ÿ’ฌ Support Chatbots

Description

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

โš™๏ธ 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

๐Ÿ›  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

๐Ÿ”— Nodes Used

Telegram, Telegram Trigger, Execute Sub-workflow

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup