{
  "name": "Monitor blood bank stock & send low level alerts with Google Sheets and WhatsApp",
  "nodes": [
    {
      "id": "629d6117-e428-43ca-ba31-91bef4bed7b8",
      "name": "Check Stock Availability",
      "type": "n8n-nodes-base.code",
      "position": [
        -340,
        360
      ]
    },
    {
      "id": "edc2d357-9e97-47f4-b81d-b5152cf26d1a",
      "name": "Send Alert Message",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        -120,
        515
      ]
    },
    {
      "id": "96e4c613-da63-4e26-9d49-4155837b6ade",
      "name": "Fetch Blood Stock",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -780,
        515
      ]
    },
    {
      "id": "cf195b8e-8bd0-401e-8ea7-23af2e6eca09",
      "name": "Daily Check Blood Stock ",
      "type": "n8n-nodes-base.cron",
      "position": [
        -1000,
        515
      ]
    },
    {
      "id": "5e38254b-2b2d-4aa4-b44a-0d7b20a7f2ed",
      "name": "Get All Stock ",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -560,
        515
      ]
    },
    {
      "id": "0189887f-a549-46fb-a92f-f045f7737209",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1140,
        40
      ],
      "parameters": {
        "width": 520,
        "height": 360,
        "content": "## Workflow Process\n1. **Daily Check Blood Stock**: Triggers the workflow daily.\n2. **Fetch Blood Stock**: Reads data from a Google Sheet.\n3. **Get All Stock**: Collects all available blood stock deta"
      }
    }
  ],
  "connections": {
    "Get All Stock ": {
      "main": [
        [],
        [
          {
            "node": "Check Stock Availability",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Blood Stock": {
      "main": [
        [
          {
            "node": "Get All Stock ",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Alert Message": {
      "main": [
        [
          {
            "node": "Get All Stock ",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Stock Availability": {
      "main": [
        [
          {
            "node": "Send Alert Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Check Blood Stock ": {
      "main": [
        [
          {
            "node": "Fetch Blood Stock",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}