{
  "name": "Automatic workflow error notifications via Gmail",
  "nodes": [
    {
      "id": "bb79f784-ce85-49ad-af14-666d8beee75c",
      "name": "Sticky Note — Read Me",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -416,
        96
      ],
      "parameters": {
        "width": 520,
        "height": 320,
        "content": "## Setup (read me)\n1) Open the Gmail node and connect credentials.\n2) Set the **To** field to your email or team list.\n3) Save this workflow, then in each target workflow go to **Options → Settings → "
      }
    },
    {
      "id": "6d160f0f-6637-42af-acef-52aaa8ceb2d7",
      "name": "Error Trigger",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        144,
        112
      ]
    },
    {
      "id": "7b16e9f0-16e7-4ca0-9858-0c5b73e08d76",
      "name": "Send a message",
      "type": "n8n-nodes-base.gmail",
      "position": [
        528,
        112
      ]
    },
    {
      "id": "065d4139-3ed8-4d52-ba06-7964336fa2c9",
      "name": "Sticky Note — Publishing",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        416,
        272
      ],
      "parameters": {
        "width": 420,
        "height": 220,
        "content": "## Publishing checklist\n- Keep this template **Free**.\n- No hardcoded secrets in HTTP nodes.\n- Description uses Markdown with **## headings**.\n- Leave detailed instructions here in sticky notes."
      }
    }
  ],
  "connections": {
    "Error Trigger": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}