Telegram Error Notifier
detail.loadingPreview
Sends automated Telegram notifications when errors occur in your workflows.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow acts as an error handler for your n8n instance. When any workflow encounters an error, this workflow is triggered, and a detailed notification is sent to a specified Telegram chat. This helps in quickly identifying and resolving issues in your automated processes.
Key Features
- Detects workflow errors using the Error Trigger node.
- Sends rich Telegram notifications with workflow details, execution URL, last node, and error message.
- Configurable Telegram chat ID and bot credentials.
- Includes a sticky note with clear instructions on setup and usage.
- Designed to be integrated as an 'Error Workflow' in other n8n workflows.
How To Use
- Create a Telegram Bot: Use BotFather to create a bot and get its token. Add the bot to your desired Telegram group or channel and obtain the
chatId. - Configure this Workflow:
- In the Config node, update the
telegramChatIdwith your actual chat ID. - In the Telegram node, set up your Telegram bot credentials using the bot token.
- In the Config node, update the
- Integrate with Other Workflows:
- In the workflow you want to monitor for errors, go to Settings > Error Workflow.
- Select this 'Telegram Error Notifier' workflow from the dropdown.
- Activate: Ensure this error workflow is active.
Apps Used
Workflow JSON
{
"id": "fa2eef5c-553b-4d3c-8154-428eacc2c0cb",
"name": "Telegram Error Notifier",
"nodes": 0,
"category": "Error Handling",
"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: fa2eef5c-553b...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Error Handling with Telegram Notification
Notifies a Telegram chat when a workflow fails.
Slack Error Notification
Notifies a Slack channel when a workflow encounters an error.
Error Notification Template
Notifies via email when a workflow encounters an error.
Error Notification With Gmail
Sends an email via Gmail when a workflow error occurs.
N8n Error Report to Line
Sends an n8n workflow error notification to a Line chat.
Error Triggered Email Notification
Sends an email notification when a workflow fails.