🚨 n8n Workflow Error Alert System (with GitHub Repo)

I built a workflow in n8n that automatically detects when any workflow fails and sends an email notification instantly.

:wrench: What it does:

  • Triggers on workflow execution errors

  • Captures useful details (workflow name, error message, execution ID, timestamp)

  • Sends structured email alerts

  • Supports multiple recipients

:light_bulb: Why this matters:

If you’re running multiple automations, failures can easily go unnoticed. This helps you catch issues in real-time instead of discovering them later.

:gear: Use cases:

  • Monitoring production workflows

  • Debugging failures faster

  • Keeping teams informed

  • Improving reliability of automations


:package: GitHub Repo:

:link: Repo LINK

(Workflow JSON available in the repo)


:brain: Future improvements:

  • Slack / Discord alerts

  • Error severity classification


If you’re using n8n in production, this can save you a lot of time and headaches.

Would love feedback or suggestions :backhand_index_pointing_down: