Send SMS on Workflow Failure
detail.loadingPreview
Automatically send an SMS notification when a workflow encounters an error.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to provide immediate notification via SMS when any other n8n workflow fails. It leverages the Error Trigger node to catch workflow failures and then uses Twilio to send a customized SMS message.
Key Features
- Captures workflow execution errors.
- Sends SMS notifications to a specified number.
- Includes workflow ID and name in the SMS.
- Configurable retry mechanism for the error handling.
How To Use
- Import this workflow into your n8n instance.
- Configure the
Twilionode with your Twilio credentials and the recipient's phone number. - Ensure that other workflows that you want to monitor are configured to use this workflow as their
errorWorkflowin their settings. - The
Error Triggernode will automatically activate when a connected workflow fails.
Apps Used
Workflow JSON
{
"id": "6904d628-02b4-4ea0-bef8-f143e8385954",
"name": "Send SMS on Workflow Failure",
"nodes": 0,
"category": "Error Handling",
"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: 6904d628-02b4...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Error Slack Notification Workflow
Sends an automated Slack notification when a workflow fails.
N8n Error Report to Line
Sends an n8n workflow error notification to a Line chat.
Monday.com Error Reporting to Monday
Logs errors from n8n to a Monday.com board.
Error Notification With Gmail
Sends an email via Gmail when a workflow error occurs.
Telegram Error Notifier
Sends automated Telegram notifications when errors occur in your workflows.
Error Notification Template
Notifies via email when a workflow encounters an error.