Error alert handler

★ 6.5 · n8n · simple · 4 nodes

Error alert handler is an n8n automation template that catches errors via webhook and forwards an alert to Telegram. Reach for it when your team keeps missing pipeline failures because log checks are manual, when you need an instant on-call notification without writing custom code, or when you want a lightweight watchdog for any n8n workflow. Trigger: Webhook. Integrations: Telegram. The workflow receives an inbound webhook payload containing error details and sends a formatted message to a specified Telegram bot chat or channel. Direction — outbound alerting only, not error correction, retry logic, or database logging. Deploy by importing the JSON file into any n8n instance (self-hosted or cloud); the only prerequisites are a configured Telegram Bot token and a reachable webhook endpoint. Suits small teams and solo developers who want messenger alerts without setting up a full monitoring stack. Not a fit if you need error aggregation, automatic retries, or routing rules based on error type.