{
  "name": "n8n Workflow Error Alerts with Google Sheets, Telegram, and Gmail",
  "nodes": [
    {
      "id": "ad41781c-30ed-4408-b3a4-7bfa592c3dd0",
      "name": "Error Trigger",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        -80,
        -100
      ]
    },
    {
      "id": "98d27f8f-baec-404f-a960-9068e66a9586",
      "name": "Log error",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        140,
        -200
      ]
    },
    {
      "id": "c62ec787-76eb-400d-852f-6df07eba72b9",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        140,
        0
      ]
    },
    {
      "id": "12396bb3-7143-466c-a9e0-b7a567425706",
      "name": "Notify in channel",
      "type": "n8n-nodes-base.telegram",
      "position": [
        360,
        0
      ]
    },
    {
      "id": "cf154995-a319-4c24-8244-3a1a6d75cc81",
      "name": "Send email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        580,
        0
      ]
    },
    {
      "id": "25a14f2b-710d-4a07-a484-bea302232fe8",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        -20
      ],
      "parameters": {
        "width": null,
        "height": 320,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Update fields \n- Set your Telegram chat id to get notified in a channel \n- Insert the recipient's email"
      }
    }
  ],
  "connections": {
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Notify in channel",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Error Trigger": {
      "main": [
        [
          {
            "node": "Log error",
            "type": "main",
            "index": 0
          },
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notify in channel": {
      "main": [
        [
          {
            "node": "Send email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}