{
  "name": "Monitor medical equipment with Google Sheets & send WhatsApp and email alerts",
  "nodes": [
    {
      "id": "661d56b2-1dba-47ab-91fa-56900b544b9b",
      "name": "Daily Equipment Check (6 AM)",
      "type": "n8n-nodes-base.cron",
      "position": [
        -1500,
        140
      ]
    },
    {
      "id": "14df28e8-686d-4c2a-8754-64e817e88941",
      "name": "Read Equipment Data",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -1280,
        140
      ]
    },
    {
      "id": "bf61b7e2-79e9-4af7-b30b-f2aa260b51f1",
      "name": "Process Equipment Alerts",
      "type": "n8n-nodes-base.code",
      "position": [
        -1060,
        140
      ]
    },
    {
      "id": "cf09a396-a848-4014-8fd2-513d36832831",
      "name": "Filter Equipment with Alerts",
      "type": "n8n-nodes-base.filter",
      "position": [
        -620,
        140
      ]
    },
    {
      "id": "b176f175-4868-438d-b16b-1334cd5f1e69",
      "name": "Send Technician Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        -400,
        -260
      ]
    },
    {
      "id": "eb4277e9-7e3c-4dd6-83fe-43b823527b47",
      "name": "Filter Critical Equipment",
      "type": "n8n-nodes-base.filter",
      "position": [
        -400,
        -60
      ]
    },
    {
      "id": "4ecad11b-1b12-4d54-b44c-17b3b6879c59",
      "name": "Send Critical Alert to Supervisors",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        -180,
        -160
      ]
    },
    {
      "id": "b3f1bdc8-25c1-4bfa-88ab-c577a01836b0",
      "name": "Log Maintenance Alerts",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -400,
        340
      ]
    },
    {
      "id": "a35161f0-1747-4cf1-a189-3d255053468b",
      "name": "Filter Overdue Equipment",
      "type": "n8n-nodes-base.filter",
      "position": [
        -400,
        540
      ]
    },
    {
      "id": "d4e4bd40-5570-4463-a094-e5f54d4f58de",
      "name": "Update Equipment Status",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -180,
        540
      ]
    },
    {
      "id": "aea195b9-fd94-4910-b249-352d629f9bab",
      "name": "Tack Break For 5 Sec",
      "type": "n8n-nodes-base.wait",
      "position": [
        -840,
        140
      ]
    },
    {
      "id": "fda3f3f5-cf5d-491c-a73e-2600a2277567",
      "name": "Send message",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        -400,
        140
      ]
    },
    {
      "id": "0f690c13-e2b7-4c0d-8c06-d4b679a33f66",
      "name": "Send Critical Alert Massage",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        -180,
        140
      ]
    },
    {
      "id": "b9eac557-be5c-4482-bc22-1871cf5622aa",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1360,
        -280
      ],
      "parameters": {
        "width": 560,
        "height": 320,
        "content": "## How It Works\n- **Daily Equipment Check (6 AM)** - Triggers the workflow.\n- **Read Equipment Data** - Fetches data from Google Sheet.\n- **Process Equipment Alerts** - Identifies maintenance needs.\n-"
      }
    }
  ],
  "connections": {
    "Read Equipment Data": {
      "main": [
        [
          {
            "node": "Process Equipment Alerts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Tack Break For 5 Sec": {
      "main": [
        [
          {
            "node": "Filter Equipment with Alerts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Overdue Equipment": {
      "main": [
        [
          {
            "node": "Update Equipment Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Process Equipment Alerts": {
      "main": [
        [
          {
            "node": "Tack Break For 5 Sec",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Critical Equipment": {
      "main": [
        [
          {
            "node": "Send Critical Alert to Supervisors",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send Critical Alert Massage",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Equipment Check (6 AM)": {
      "main": [
        [
          {
            "node": "Read Equipment Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Equipment with Alerts": {
      "main": [
        [
          {
            "node": "Send Technician Email",
            "type": "main",
            "index": 0
          },
          {
            "node": "Filter Critical Equipment",
            "type": "main",
            "index": 0
          },
          {
            "node": "Log Maintenance Alerts",
            "type": "main",
            "index": 0
          },
          {
            "node": "Filter Overdue Equipment",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}