{
  "name": "Workflow error logging and alerts with Google Sheets and Gmail",
  "nodes": [
    {
      "id": "1e555304-74ad-4592-ac4e-153de85cf8a2",
      "name": "Error Trigger",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        500,
        120
      ]
    },
    {
      "id": "d976a355-76d6-4a02-bf39-4f1dba37049c",
      "name": "Google Sheets - Create Error Log",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        760,
        20
      ]
    },
    {
      "id": "505b26b0-f5fc-42b0-8629-d28b0a702ba3",
      "name": "Gmail - Send Notification",
      "type": "n8n-nodes-base.gmail",
      "position": [
        760,
        240
      ]
    },
    {
      "id": "914a92de-d844-4d82-9f58-d3aef4507bb9",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 440,
        "height": 420,
        "content": "## SETUP REQUIRED\n\nWorkflow Configurations:\n- **Copy the Google Sheets structure: [Google Sheets template](https://docs.google.com/spreadsheets/d/11-vLBAKolEvaL0qQDjckHmvC1S6_hxHbgSP8CLyngSs/edit?gid="
      }
    },
    {
      "id": "0d8f68bf-3293-4638-8850-0249d073b1d0",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        500
      ],
      "parameters": {
        "width": 780,
        "height": 300,
        "content": "## 🚨 n8n Error Logging to Google Sheets with Gmail Alerts\n\nWhat This Template Does:\n\n- Automatically triggers whenever any workflow in your n8n instance encounters an error\n- Captures comprehensive er"
      }
    },
    {
      "id": "ca3ee63a-7b38-4b79-93b7-1c3245b41c7d",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        840
      ],
      "parameters": {
        "width": 780,
        "height": 380,
        "content": "## 📋 WORKFLOW PROCESS OVERVIEW\n\nStep 1: 🔴 Error Trigger automatically activates when any workflow in the n8n instance fails or encounters an error\nStep 2: 📊 Google Sheets - Create Error Log captures a"
      }
    },
    {
      "id": "f16f0589-f6bf-4051-b237-ee2b2d29def8",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        820,
        500
      ],
      "parameters": {
        "width": 380,
        "height": 760,
        "content": "# 👋 Hi, I’m Billy\n![My Photo](https://i.ibb.co/Gvn63Bzc/Billy-Christi-AI-Automation.jpg)\nI help businesses build **n8n workflows** & **AI automation projects**.  \nNeed help with n8n or AI Automation p"
      }
    }
  ],
  "connections": {
    "Error Trigger": {
      "main": [
        [
          {
            "node": "Gmail - Send Notification",
            "type": "main",
            "index": 0
          },
          {
            "node": "Google Sheets - Create Error Log",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}