AutomationFlowsGeneral › Wf Errors Notify V1

Wf Errors Notify V1

WF_ERRORS_notify_v1. Uses errorTrigger, emailSend. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesError TriggerEmail Send
General Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "WF_ERRORS_notify_v1",
  "nodes": [
    {
      "id": "ErrTrig",
      "name": "Error Trigger",
      "type": "n8n-nodes-base.errorTrigger",
      "typeVersion": 1,
      "position": [
        300,
        200
      ]
    },
    {
      "id": "SMTP",
      "name": "SMTP Ops",
      "type": "n8n-nodes-base.emailSend",
      "typeVersion": 2,
      "position": [
        560,
        200
      ],
      "parameters": {
        "fromEmail": "n8n@{{YOUR_DOMAIN}}",
        "toEmail": "ops@{{YOUR_DOMAIN}}",
        "subject": "n8n ERROR: {{$json.workflow.name}}",
        "text": "{{$json.trigger.error.message}}"
      }
    }
  ],
  "connections": {
    "Error Trigger": {
      "main": [
        [
          {
            "node": "SMTP Ops",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "export_seal": {
    "project": "auto-atc",
    "prompt_id": "WF_ERRORS_notify_v1",
    "version": "3.0.0",
    "file": "n8n/WF_ERRORS_notify_v1.json",
    "lang": "json",
    "created_at": "2025-10-31T00:10:55Z",
    "author": "GPT-5 Thinking",
    "origin": "bundle",
    "body_sha256": "1a42221731b32795354ce2f7c041a70563748178c310a01cc0a21984249986f8"
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

WF_ERRORS_notify_v1. Uses errorTrigger, emailSend. Event-driven trigger; 2 nodes.

Source: https://github.com/matiasportugau-ui/ChatBOT/blob/261ee4d4317e2349de5dd5fd1cba254b542a5eae/n8n/WF_ERRORS_notify_v1.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Notify-On-Error. Uses errorTrigger, emailSend. Event-driven trigger; 5 nodes.

Error Trigger, Email Send
General

This workflow automatically handles errors in your n8n workflows by: Detecting when an error occurs and capturing the error details Sending an email notification with the error message and affected no

Error Trigger, Email Send, n8n
General

TeamRetro: Health check completed → email summary. Uses n8n-nodes-teamretro, emailSend. Event-driven trigger; 4 nodes.

N8N Nodes Teamretro, Email Send
General

Inline. Uses readWriteFile, emailSend. Event-driven trigger; 4 nodes.

Read Write File, Email Send
General

Create An Event File And Send It As An Email Attachment. Uses manualTrigger, iCal, emailSend. Event-driven trigger; 3 nodes.

iCal, Email Send