Error Slack Notification Workflow
detail.loadingPreview
Sends an automated Slack notification when a workflow fails.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to capture errors from other n8n workflows and send a detailed notification to a designated Slack channel. It utilizes the errorTrigger node to initiate the process upon failure, a Set node to construct the error message with relevant execution details, and a Slack node to send the alert.
Key Features
- Triggered automatically on workflow execution errors.
- Customizable Slack message content with execution URL and error details.
- Sends notifications to a specific Slack channel.
- Includes a
Stop and Errornode for clear error handling.
How To Use
- Import this workflow into your n8n instance.
- Configure Slack credentials in n8n.
- Set the
channelIdparameter in the Slack node to your desired Slack channel (e.g.,#alerts-n8n-workflows). - Add this workflow as an error workflow to other critical workflows in your n8n instance.
Apps Used
Workflow JSON
{
"id": "4a93a88f-7b8d-4925-9622-8d2656adb87c",
"name": "Error Slack Notification Workflow",
"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: 4a93a88f-7b8d...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
N8n Error Report to Line
Sends an n8n workflow error notification to a Line chat.
Send SMS on Workflow Failure
Automatically send an SMS notification when a workflow encounters an error.
Error Notification With Gmail
Sends an email via Gmail when a workflow error occurs.
Monday.com Error Reporting to Monday
Logs errors from n8n to a Monday.com board.
Slack Error Notification
Notifies a Slack channel when a workflow encounters an error.
CV Evaluation Error Handling
Handles errors during CV evaluation workflows by sending email notifications.