Slack Error Notification
detail.loadingPreview
Notifies a Slack channel when a workflow encounters an error.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to catch errors within another n8n workflow and send a detailed notification to a specified Slack channel. It leverages the Error Trigger node to capture execution failures and then uses the Slack node to report the error details, including the workflow name and a direct link to the failed execution.
Key Features
- Captures workflow execution errors automatically.
- Sends detailed error messages to Slack.
- Includes workflow name and execution URL in the notification.
- Configurable Slack channel for notifications.
How To Use
- Add to your workflow: Copy and paste this workflow into your n8n instance.
- Configure Error Trigger: Ensure this workflow is set as the
errorWorkflowfor the workflow you want to monitor. - Configure Slack Node: Set up the Slack credentials and specify the
channelwhere error notifications should be sent. - Test: Intentionally trigger an error in the monitored workflow to verify the Slack notification.
Apps Used
Workflow JSON
{
"id": "27f746f5-d9b8-4407-86d5-a5c8d17678bb",
"name": "Slack Error Notification",
"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: 27f746f5-d9b8...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Integrations
- Google Sheets + Slack(268 workflows)
- Schedule Trigger + Slack(143 workflows)
- Slack + Split Out(69 workflows)
- Gmail + Slack(59 workflows)
- Execute Workflow Trigger + Slack(38 workflows)
- Email Send + Slack(35 workflows)
- Form Trigger + Slack(33 workflows)
- Airtable + Slack(29 workflows)
- Date Time + Slack(28 workflows)
- HubSpot + Slack(23 workflows)
Related Workflows
Discover more workflows you might like
Telegram Error Notifier
Sends automated Telegram notifications when errors occur in your workflows.
Error Handling with Telegram Notification
Notifies a Telegram chat when a workflow fails.
Error Triggered Email Notification
Sends an email notification when a workflow fails.
Error Notification Template
Notifies via email when a workflow encounters an error.
Error Slack Notification Workflow
Sends an automated Slack notification when a workflow fails.
Error Notification With Gmail
Sends an email via Gmail when a workflow error occurs.