workflows.fit
Back to n8n workflows
n8n templateFreeBy L Hùng

Error handler send Telegram: real-time workflow failure alerts

This workflow acts as an error handler, sending real-time notifications to Telegram when another workflow fails. It provides detailed error information, including workflow name, timestamp, execution URL, last executed...

CommunicationHITLDevelopmentCore NodesTelegramError TriggerSticky NoteSet
Loading interactive preview...

Template notes

This workflow acts as an error handler, sending real-time notifications to Telegram when another workflow fails. It provides detailed error information, including workflow name, timestamp, execution URL, last executed node, and error message.

---

Pre-Conditions - A Telegram bot created via [BotFather](https://core.telegram.org/botsbotfather). - The bot token and Telegram group/channel chatId. - An active n8n instance with the Telegram and Error Trigger nodes installed.

---

Setup 1. Workflow Configuration: - Import the workflow into n8n. - Update the Telegram chatId in the Config node. - Add your Telegram bot token in the Telegram node credentials.

2. Error Workflow Setup: - Set this workflow as the Error Workflow in other workflows.

3. Testing: - Trigger an error in another workflow to verify Telegram notifications.

---