Get instant email alerts when any n8n workflow fails. Alerts cover both run time errors and trigger failures, so teams know what broke and where to look. Great for IT, ops, and marketing teams that rely on automations and need fast visibility.
An error event starts the flow. Config and Constants nodes store your app URL, recipient email, and build deep links to the failed workflow and the error handling workflow. An If node checks whether the issue came from an execution or from a trigger. Two HTML nodes create clear email content for each case. A Merge node keeps the right HTML, combines it with context, and passes everything to Gmail. The subject line includes the workflow id, name, error source, and message. A Code node also prepares a clean JSON payload so you can parse the data later if needed.
Set Gmail credentials, update the Config node with your n8n base URL, recipient, and sender name, and mark this workflow as the error handler for any main workflow. Expect fewer missed issues and faster response time. Use it as a shared alert system across many projects without extra work.