MB_ErrorHandler

★ 6.5 · n8n · simple · 4 nodes

MB_ErrorHandler is an n8n automation template that catches failures in other workflows and handles them centrally via a webhook trigger. Reach for it when you need to catch silent workflow crashes before they cause data loss, when you're tired of discovering broken automations only after customers complain, or when you want a single entry point that reacts to every n8n failure across your stack. Trigger: Webhook. Integrations: none in the base configuration. The webhook endpoint receives n8n's built-in error payload when a linked workflow fails, then MB_ErrorHandler processes it — logging, routing, or notifying as configured. Built entirely in n8n, it deploys by importing the JSON template into any self-hosted or cloud n8n instance with no extra dependencies. The direction is inbound error reception from other workflows, not standalone business logic execution — pair it with notification or ticketing workflows downstream if needed. Suits teams running multiple production workflows who need a reliable failure net; not a replacement for a full monitoring platform with dashboards and retention history.