{
  "name": "Monitor construction stock & send low inventory alerts with Google Sheets",
  "nodes": [
    {
      "id": "c6572d25-217a-4703-9405-33bf85124b20",
      "name": "Daily Stock Check",
      "type": "n8n-nodes-base.cron",
      "position": [
        -1000,
        440
      ]
    },
    {
      "id": "176bd950-8573-4757-9aba-00265646233e",
      "name": "Fetch Stock Data",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -780,
        440
      ]
    },
    {
      "id": "f8494b35-8f50-4725-b00e-4ad8a3d2bf28",
      "name": "Update Stock Levels",
      "type": "n8n-nodes-base.code",
      "position": [
        -560,
        440
      ]
    },
    {
      "id": "93d0e02b-0906-4d04-906a-94bbebddc3d9",
      "name": "Check Low Stock",
      "type": "n8n-nodes-base.code",
      "position": [
        -340,
        440
      ]
    },
    {
      "id": "cdc063f5-2eb6-4fd3-a04f-517bc145d7bc",
      "name": "Update Google Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -120,
        440
      ]
    },
    {
      "id": "7ad3a082-40a3-4baf-9d1f-0b26bfe38234",
      "name": "Send Email Alert",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        100,
        440
      ]
    },
    {
      "id": "f3585868-bd02-4d66-8efc-260d757de587",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -980,
        -20
      ],
      "parameters": {
        "width": 1000,
        "height": 240,
        "content": "## 📌 Workflow Overview:\n- **Daily Stock Check**: Triggers daily to monitor stock levels.\n- **Fetch Stock Data**: Retrieves current stock levels from Google Sheets.\n- **Update Stock Levels**: Processes"
      }
    }
  ],
  "connections": {
    "Check Low Stock": {
      "main": [
        [
          {
            "node": "Update Google Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Stock Data": {
      "main": [
        [
          {
            "node": "Update Stock Levels",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Stock Check": {
      "main": [
        [
          {
            "node": "Fetch Stock Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Google Sheet": {
      "main": [
        [
          {
            "node": "Send Email Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Stock Levels": {
      "main": [
        [
          {
            "node": "Check Low Stock",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}