Use this essential n8n workflow template to automatically catch all failed n8n executions and send instant error alerts via LINE Messaging API, ensuring robust operational monitoring.
Download this n8n workflow template and start using it instantly.
Maintaining the reliability of your automated processes is critical. This specialized n8n workflow acts as a centralized monitoring tool, solving the common problem of undetected workflow failures. By setting this n8n template as the global error workflow, you ensure that every time any other n8n workflow fails, an immediate, detailed notification is sent to your LINE account.
This system uses the dedicated n8n trigger for errors to capture failure details—like the name of the failed workflow and the execution URL—and relays them via a standard HTTP Request n8n node to the LINE push API. This provides essential, real-time feedback, allowing you to quickly diagnose and fix issues, minimizing downtime for your entire n8n automation ecosystem. It is an indispensable safety net for any production-level n8n setup.
This powerful n8n workflow operates solely as a dedicated error handler for your entire n8n instance.
Error Trigger n8n node. This n8n trigger is unique because it does not run on a schedule or webhook; instead, it activates only when another live n8n workflow encounters an unhandled error.Error Trigger n8n node automatically receives context about the failed execution, including the workflow name and a direct URL to the execution log.HTTP Request n8n node. This node is configured to send a POST request to the LINE Messaging API (/v2/bot/message/push).{{ $json.workflow.name }} and {{ $json.execution.url }}). This ensures you get actionable information directly in your LINE chat.To deploy this essential n8n workflow template, follow these steps:
HTTP Request n8n node to use your new credential.HTTP Request n8n node, open the 'JSON Body' field. Replace the placeholder with your specific LINE User ID or Group ID where you want to receive the error reports.Settings > Error Workflow). Activate the n8n workflow switch once configured.This n8n template utilizes specialized nodes for robust error capture and notification:
Error Trigger (n8n node):
Function: This is the primary n8n trigger that starts the workflow. It only activates when any workflow on the instance fails.
Key Configuration: Requires no internal configuration but must be set globally as the dedicated error handler workflow within n8n settings.
HTTP Request (n8n node):
Function: Sends the formatted error report to the LINE Messaging API via a POST request.
Key Configuration:
URL: https://api.line.me/v2/bot/message/push
Method: POST
JSON Body: Contains the alert structure, dynamically pulling the failed workflow.name and execution.url using n8n expressions. Crucially requires manual replacement of .
Authentication: Generic HTTP Header Authentication (requires a pre-configured LINE credential for the access token).
Use this powerful n8n workflow template to automate sending scheduled memes, status updates, and links to your Discord channel using multiple cron triggers and the Discord n8n node.

Use this robust n8n workflow to automatically sync links posted in a Telegram channel to your self-hosted Hoarder and Readeck bookmarking apps, ensuring every important link is captured.

Automate task creation by converting labeled emails in Gmail into actionable tasks within a Notion database. This comprehensive n8n workflow removes the original label when the task is marked complete.

Use this essential n8n workflow to capture execution failures across your n8n instance and automatically log them as tasks in Monday.com. A crucial n8n template for reliable DevOps monitoring.

Use this efficient n8n workflow to automatically sync newly added or updated Mailchimp subscribers to HubSpot contacts daily, ensuring clean and synchronized CRM data.








































