Turn n8n into a Telegram bot backend that responds to slash commands in real time. This workflow receives Telegram messages via webhook, parses the command (e.g., /status production, /stats weekly, /alert @team deploy started), extracts arguments, and routes to the appropriate sub-workflow or external API. Includes built-in /help command that auto-generates usage docs, /status command that checks system health, and /stats command that queries your metrics database. Perfect for ChatOps — give your team operational superpowers through Telegram. Extensible: add custom commands by connecting additional Switch branches.
Telegram webhook captures every message sent to your bot
Extract command (/status), sub-command, and arguments
Switch node sends each command to its handler branch
Telegram API sends formatted reply back to the chat
Get this template and start automating in 20-25 min. One-time purchase, lifetime access.