Automate Telegram Error Notifications with n8n Error Trigger

Reduce downtime and get instant Telegram notifications for workflow errors with this n8n automation using the Error Trigger and Telegram nodes.
errorTrigger
telegram
set
+1
Workflow Identifier: 1803
NODES in Use: Error Trigger, Set, Telegram, Sticky Note

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

What this workflow does

This workflow monitors errors in your n8n workflows and sends alert messages to Telegram immediately when an error happens.
It helps stop delays in noticing problems and reduces manual log checking.
Users will get quick and clear error notices with details like which workflow failed, when, and what went wrong.


Who should use this workflow

This automation is for anyone running multiple workflows in n8n who wants to get fast error alerts.
It suits engineers or teams needing to keep workflows reliable and avoid missed error notifications.
Anyone wanting to save time by not checking logs manually will find this helpful.


Tools and services used

  • Error Trigger node: Detects when any connected workflow has an error.
  • Set node: Stores configuration like the Telegram chat ID for easy reference.
  • Telegram node: Sends formatted messages through the Telegram Bot API.
  • Telegram Bot API: Sends alert messages to the user’s Telegram chat.

How this workflow works (Input → Process → Output)

Input

It listens for error events from workflows linked to the Error Trigger node.
No manual input data is needed to start.

Processing steps

  • The Error Trigger detects an error in any connected workflow.
  • The Set node holds the Telegram chat ID to send the message to.
  • The Telegram node prepares a message using data from the error event. It pulls workflow name, time, error message, last node executed, and execution URL.
  • The Telegram node sends this message to the specified chat ID. It tries again if sending fails, waiting between attempts.

Output

An instant Telegram message arrives in the defined chat.
It shows error details clearly, allowing fast response.
This reduces downtime by alerting users as soon as a workflow problem happens.


Beginner step-by-step: How to use this workflow in n8n production

Step 1: Import the workflow

  1. Download the workflow file by clicking the Download button on this page.
  2. Inside the n8n editor, click on “Import from File.”
  3. Select the downloaded JSON file.

Step 2: Add your credentials and IDs

  1. Open the Telegram node and add your Telegram Bot API Key in Credentials → Create New → Telegram API.
  2. In the Set node named Config, replace the telegramChatId value with your Telegram chat ID.

Step 3: Test the workflow

  1. Manually cause a test error in any workflow connected to this error handler.
  2. Check if you receive a Telegram message showing error info.

Step 4: Activate for production

  1. Switch the workflow toggle ON in the n8n editor.
  2. Set this workflow as your error workflow in other workflows under Settings → Error Workflow.
  3. Monitor Telegram for future error alerts.

If self-host n8n, make sure your server and credentials have access to all links.


Customization ideas

  • Change the Telegram message format in the Telegram node’s Text field, using HTML to improve readability.
  • Add other Telegram groups by copying the Telegram node and setting new chat IDs for wider alerts.
  • Adjust retry delay settings in the Telegram node to control how often failed messages resend.
  • Secure your chat ID in environment variables or credentials instead of the Set node.

Handling errors and edge cases

  • If no Telegram alerts arrive when errors happen, check if the workflow is active.
  • Verify the Telegram bot token and chat ID correctness in the Set node and node credentials.
  • Make sure the bot is a member of the target Telegram group with permission to send messages.
  • If the Telegram API rate limits or blocks messages, increase waitBetweenTries or reduce retry count in the Telegram node settings.

Summary of results

✓ Instant error alerts appear in Telegram as soon as any workflow fails.
✓ Fast responses reduce downtime and damage.
✓ Saves time by automating manual error checks.
✓ Easy configuration and message customization.
✓ Supports retry to avoid missing alerts.


Frequently Asked Questions

The Error Trigger node detects workflow errors to start the alert process.
The Set node stores the Telegram chat ID as configuration data.
The Telegram node uses the chat ID from the Set node to send messages.
Check workflow activation, verify bot token and chat ID, and ensure the bot has message permission in Telegram.

Promoted by BULDRR AI

Related Workflows

Automate Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation Workflows in n8n

A complete beginner guide to building an AI SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free