Keep your automations healthy with one place for error alerts. This setup assigns a default error handler to every active workflow and emails you when something fails. It is great for small teams that want simple monitoring without extra tools.
A daily schedule runs first. It reads the ID of this handler, lists your workflows, and filters only those that are active, do not yet have an error handler, and are not this handler. A code step updates each matching workflow to use this handler as its error workflow, then saves the change through the n8n API. When any workflow fails, the error trigger fires here and the Gmail node sends an email with the failed workflow name and a direct link to the execution.
Setup needs Gmail for sending and n8n API access to update workflows. Point the Gmail node to your inbox, confirm the daily schedule time, and activate. Expect faster response to issues, fewer missed failures, and less manual checking of logs. Ideal for teams that run many flows and want a simple, reliable alert path tied to every active workflow.