← All workflows Ops & reliability 3 nodes · Error

Error Monitor → Telegram (xDLx Ops)

Catches any n8n workflow failure and pushes a formatted alert to Telegram in real time

3
nodes
Error
trigger
3
services wired
What it does

I built this as the ops backstop for every automation I run: a single n8n Error Trigger catches failures from any workflow on the instance, and a Code node formats the payload into a clean Telegram alert with the client name (resolved from a workflow-ID lookup), failed node, error type, message, and a deep link to the execution. It also emits a structured record with a severity tag (NodeOperationError maps to high) so failures can be logged downstream to Airtable or Supabase. The result is that I hear about a broken reminder or booking flow before the client ever does.

Instance-wide failure alerts with per-client routing + severity tagging

The workflow
Live interactive canvas · scroll to zoom, drag to pan

This is the real, sanitized export — credentials and any client data removed. Double-click any node to inspect it, or use the canvas's import link to drop the workflow straight into n8n.

Services
Error triggerCodeTelegram