Real-time Telegram Error Notifications for n8n Workflows
detail.loadingPreview
Instantly get notified of n8n workflow failures via Telegram. This essential error handler ensures you're always aware of issues, providing crucial details directly to your chat, enabling quick diagnosis and resolution.
About This Workflow
Never miss a critical workflow failure again. This n8n workflow acts as a centralized error handler, automatically sending detailed notifications directly to your Telegram chat whenever another workflow encounters an issue. It captures vital information such as the failing workflow's name, execution URL, the last node executed, and the specific error message. By leveraging Telegram, you gain real-time visibility into your automations, empowering your team to react swiftly to disruptions, minimize downtime, and maintain the reliability of your n8n operations. Set it up once and protect all your important workflows with immediate, actionable alerts.
Key Features
- Automated Error Detection: Instantly catches errors from any connected n8n workflow.
- Rich Notifications: Delivers comprehensive error details including workflow name, timestamp, execution URL, last node, and error message.
- Real-time Alerts: Sends immediate notifications to your specified Telegram chat or channel.
- Easy Configuration: Simple setup using a dedicated "Config" node for your Telegram Chat ID and bot credentials.
- Centralized Monitoring: Acts as a single point of failure notification for all your critical automations.
How To Use
- Prerequisites:
- Telegram Bot: Create a bot using BotFather and get your bot token. Add the bot to your Telegram group/channel and note its
chatId. - n8n Setup: Ensure the Telegram and Error Trigger nodes are installed in your n8n instance.
- Telegram Bot: Create a bot using BotFather and get your bot token. Add the bot to your Telegram group/channel and note its
- Configure the Workflow:
- Open the Config node in this workflow.
- Replace
"123456789"with your actual TelegramchatId(e.g.,-123456789for a group). - Open the Telegram node.
- Add your Telegram bot token in the Credentials section.
- Activate the Workflow:
- Toggle the Active switch for this "Error Handler send Telegram" workflow to enable it.
- Set Up Error Workflow for Your Other Workflows:
- Open the specific n8n workflow where you want error notifications.
- Go to Settings > Error Workflow.
- Select "Error Handler send Telegram" (or the name you assigned) from the dropdown list.
- Save the changes.
- Test the Workflow:
- Intentionally trigger an error in one of your connected workflows.
- Check your Telegram chat for the detailed error notification.
Apps Used
Workflow JSON
{
"id": "4ff79e8f-f5fd-4f73-b533-e99aaf6d290a",
"name": "Real-time Telegram Error Notifications for n8n Workflows",
"nodes": 24,
"category": "DevOps",
"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: 4ff79e8f-f5fd...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Automated PR Merged QA Notifications
Streamline your QA process with this automated workflow that notifies your team upon successful Pull Request merges. Leverage AI and vector stores to enrich notifications and ensure seamless integration into your development pipeline.
Visualize Your n8n Workflows: Interactive Dashboard with Mermaid.js
Gain unparalleled visibility into your n8n automation landscape. This workflow transforms your n8n instance into a dynamic, interactive dashboard, leveraging Mermaid.js to visualize all your workflows in one accessible place.
Automate Qualys Report Generation and Retrieval
Streamline your Qualys security reporting by automating the generation and retrieval of reports. This workflow ensures timely access to crucial security data without manual intervention.