Error Notification Workflow
detail.loadingPreview
Notifies users via Mattermost and Twilio when a workflow encounters an error.
About This Workflow
This n8n workflow is designed to automatically alert you when any part of your automation process fails. It utilizes the Error Trigger to detect errors and then sends notifications through both Mattermost and Twilio to ensure you are promptly informed.
Key Features
- Automated Error Detection: Leverages the
Error Triggerto capture workflow failures. - Multi-Channel Notifications: Sends alerts via Mattermost for team collaboration and Twilio for direct communication (e.g., SMS or voice).
- Dynamic Messaging: Includes workflow name, ID, and the last executed node in the notifications for quick context.
How To Use
- Set up
Error Trigger: Ensure this node is placed in your workflow to catch any errors. - Configure
Mattermostnode: Authenticate with your Mattermost account and set the message to include dynamic workflow details using expressions like{{$json["workflow"]["name"]}}. - Configure
Twilionode: Authenticate with your Twilio account and set the message to include dynamic workflow details using expressions like{{$node["Error Trigger"].json["workflow"]["name"]}}. - Establish Connections: Connect the
Error Triggerto theMattermostnode. Connect theMattermostnode to theTwilionode to ensure notifications are sent sequentially or in parallel as desired.
Apps Used
Workflow JSON
{
"id": "b14e335a-a47c-41e1-b8c7-478a950bdd42",
"name": "Error Notification Workflow",
"nodes": 17,
"category": "Monitoring",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: b14e335a-a47c...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Get SSL Certificate Status and Notify on Expiry
Checks the SSL certificate validity for a given domain and sends an alert if it has expired.
Automated Server Package Update Notifications
Checks for upgradable packages on a server daily and sends an email notification if updates are available.
Automated Health Check for URLs
This workflow periodically checks the availability of a list of URLs from a Google Sheet and sends alerts via Telegram if issues are detected.