This workflow is designed to automatically notify the team via email whenever an error occurs during an n8n workflow execution. It begins with an Error Trigger node that catches any runtime errors in the workflow. When an error is detected, the workflow proceeds to the Mailgun node, which sends an email containing the error message and stack trace. The email subject dynamically reflects the name of the workflow where the error occurred, providing clear context. This setup is particularly useful for monitoring and maintaining complex automations, ensuring quick response times to issues without manual oversight.
Error: Could not read the workflow JSON file from protected location.
Reviews
There are no reviews yet.