N8n Error Report to Line
detail.loadingPreview
Sends an n8n workflow error notification to a Line chat.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to be set as an error workflow in n8n. When another workflow encounters an error, this workflow will trigger and send a notification message to a specified Line chat, providing details about the failed workflow.
Key Features
- Triggers automatically when an n8n workflow fails.
- Sends a customizable notification message to Line.
- Includes workflow name and execution URL in the notification.
- Configurable with environment variables for API base URL.
How To Use
- Set this workflow as the 'Error Workflow' in your n8n global settings or specific workflow settings.
- Configure the
Line @271dudsw MiniBearcredential with your Line messaging API details. - Replace
<UID HERE>in the 'HTTP Request' node's JSON body with your Line recipient UID. - Ensure the
$env.API_BASE_URLenvironment variable is set.
Apps Used
Workflow JSON
{
"id": "cf2c042b-339f-4e33-ac07-ff2218228fa8",
"name": "N8n Error Report to Line",
"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: cf2c042b-339f...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
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.
Send SMS on Workflow Failure
Automatically send an SMS notification when a workflow encounters an error.
Telegram Error Notifier
Sends automated Telegram notifications when errors occur in your workflows.
Monday.com Error Reporting to Monday
Logs errors from n8n to a Monday.com board.
Error Notification Template
Notifies via email when a workflow encounters an error.