Automate Workflow Execution with Telegram Bot Command Center
Go to WorkflowDescription
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
wokflow listen to telgram command from user
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
Route to the relevant workflow based on command. If command doesnt exist, it will return with the list of commands
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
Install the workflow template.
Configure Telegram credential
Update Access Control by Authorize Account ID
Update Valie Commands
Update List of command to switch
Connect to right SUbworkflows
Update/Select Telgram reply