Triggers on workflow errors, sending instant Mattermost channel notifications and SMS alerts via Twilio with error details like workflow name, ID, and last executed node.
This n8n workflow acts as a centralized error monitoring system. It uses the Error Trigger node to detect failures in any other workflow on your n8n instance. Upon triggering, it first posts a detailed message to a specified Mattermost channel, including the failing workflow's name, ID, and the last node executed. Then, it sends a concise SMS via Twilio summarizing the error for mobile alerts.
The benefits are significant for production environments: it enables rapid incident response, reducing
Platform
n8n
Category
Crypto & Blockchain
Price
$4.99
Creator
Bryce Yu
error-handling
monitoring
notifications
mattermost
twilio
sms-alerts
automation
n8n
devops
trading-bots
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.