{
  "name": "Track policy expiry dates and ownership with Google Sheets and Gmail notifications",
  "nodes": [
    {
      "id": "fe69debd-7076-4af7-82e3-510c6530035d",
      "name": "Fetch Policy Data",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -336,
        -128
      ]
    },
    {
      "id": "e76fee01-69af-4615-81c2-1ae2be3566c0",
      "name": "Is Policy Expiring Soon?",
      "type": "n8n-nodes-base.if",
      "position": [
        -128,
        -128
      ]
    },
    {
      "id": "66b5f39c-da2d-45d8-8755-14b97a37cc80",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -544,
        -144
      ]
    },
    {
      "id": "a9656a5c-7b92-456e-9590-5ea4e035c0aa",
      "name": "Is Owner Missing?",
      "type": "n8n-nodes-base.if",
      "position": [
        128,
        -208
      ]
    },
    {
      "id": "fa85241a-c62e-4e46-9fc0-a245c047c368",
      "name": "Notify Missing Owner",
      "type": "n8n-nodes-base.gmail",
      "position": [
        368,
        -224
      ]
    },
    {
      "id": "108a5b6e-e365-4b3f-8456-2cc652799e9c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        544,
        -80
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Fetch Policy Data": {
      "main": [
        [
          {
            "node": "Is Policy Expiring Soon?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is Owner Missing?": {
      "main": [
        [
          {
            "node": "Notify Missing Owner",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is Policy Expiring Soon?": {
      "main": [
        [
          {
            "node": "Is Owner Missing?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Fetch Policy Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}