Telegram Workflow Activator
detail.loadingPreview
Control n8n workflow activation and deactivation via Telegram commands.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow allows you to remotely activate or deactivate other n8n workflows using commands sent through Telegram. It's designed for quick response to urgent issues without needing direct access to the n8n UI.
Key Features
- Activate/deactivate n8n workflows via Telegram.
- Supports custom commands for workflow control.
- Filters messages by chat ID for security.
How To Use
- Set up the Telegram trigger with your bot token.
- Configure n8n API credentials.
- Obtain your Telegram chat ID by interacting with the bot.
- Set the chat ID in the 'Keep only messages from a specific chat id' filter node.
- Customize the Switch nodes with your desired commands (e.g., '/start', '/stop') and workflow identifiers (e.g., 'marketing', 'sales').
- Enter the target workflow IDs in the 'n8n' nodes for activation/deactivation.
Apps Used
Workflow JSON
{
"id": "39dd7ef5-4df3-442d-adf8-688719dd74da",
"name": "Telegram Workflow Activator",
"nodes": 0,
"category": "Workflow Management",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 39dd7ef5-4df3...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Integrations
- Telegram + Telegram Trigger(362 workflows)
- Schedule Trigger + Telegram(152 workflows)
- Google Sheets + Telegram(118 workflows)
- Split Out + Telegram(76 workflows)
- Google Sheets + Telegram Trigger(73 workflows)
- Google Drive + Telegram(64 workflows)
- Gmail + Telegram(63 workflows)
- Execute Workflow Trigger + Telegram(58 workflows)
- Convert To File + Telegram(49 workflows)
- Split Out + Telegram Trigger(32 workflows)
Related Workflows
Discover more workflows you might like
N8N Workflow Deployer
Deploys n8n workflows from Google Drive into your n8n instance.
Schedule Workflow Activity Time
Activates and deactivates a workflow on a daily schedule.
Community Contributed Workflow Importer
Imports workflows from a specified source, either file upload or remote instance.
Auto Resume Disabled Workflows
Automatically resumes disabled n8n workflows that are tagged for auto-resume.
Automate Shipment Tracking with Telegram and n8n
Streamline your logistics operations by automating shipment tracking with Telegram and n8n. This workflow allows drivers to easily share updates, and ensures timely notifications to your team.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.