{
  "name": "Automate employee date tracking & reminders for HR with JavaScript",
  "nodes": [
    {
      "id": "43d8fac0-9a90-412f-9fa9-77f595c415eb",
      "name": "Sticky Note - Branding",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1580,
        380
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "675198c4-c91b-4212-8874-60f80fb4617f",
      "name": "Sticky Note - Trigger",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1200,
        -60
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "af41c396-3933-44c3-8e2f-c4d9ddf4c6dc",
      "name": "When clicking 'Test workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -1000,
        480
      ]
    },
    {
      "id": "81bafe6c-d9b8-44a5-9785-4d3cf9d80902",
      "name": "Sticky Note - Data Generation",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -860,
        -40
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "2628aaed-7e9a-467b-a4dd-6d4e00aef0c1",
      "name": "Sample Data Generator",
      "type": "n8n-nodes-base.code",
      "position": [
        -620,
        280
      ]
    },
    {
      "id": "4f461c74-32fb-4693-9de0-326e058532d7",
      "name": "Sticky Note - Date Analysis",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -580,
        680
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "a91f0d1d-3ff4-4509-8fef-056686e0aaed",
      "name": "Date Analysis & Categorization",
      "type": "n8n-nodes-base.code",
      "position": [
        -340,
        480
      ]
    },
    {
      "id": "207ae8f1-ff57-4aa1-9dcf-f543149d9502",
      "name": "Sticky Note - Reminder System",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -340,
        -180
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "8ad28509-a7cf-496c-b8dd-2a5943f846c8",
      "name": "Reminder Scheduler",
      "type": "n8n-nodes-base.code",
      "position": [
        -120,
        280
      ]
    },
    {
      "id": "a458f5e6-dd02-4c30-9e28-9e163143574a",
      "name": "Sticky Note - Smart Filters",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        320,
        500
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "a59152e1-4f32-4a7b-9cd7-fafd53b5508c",
      "name": "Advanced Date Filters",
      "type": "n8n-nodes-base.code",
      "position": [
        -120,
        680
      ]
    },
    {
      "id": "bc1dc612-cf95-4c25-9b7c-7d034dfdc7ba",
      "name": "Sticky Note - Export System",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        320,
        -40
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "f229c5d2-a72e-49dd-8f57-f54c2b9560c6",
      "name": "Date Formatting & Export",
      "type": "n8n-nodes-base.code",
      "position": [
        100,
        580
      ]
    },
    {
      "id": "e2b8cc13-352b-42bb-a04e-97c20608233b",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        100,
        180
      ]
    },
    {
      "id": "b983ee1b-98a8-4392-84e2-94ae80e594f8",
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        100,
        780
      ]
    },
    {
      "id": "d16289fc-1567-4888-b302-90959bcf1223",
      "name": "Google Calendar",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        100,
        380
      ]
    },
    {
      "id": "22fb7074-6994-4cda-8af0-cd48fa388971",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        -560,
        480
      ]
    },
    {
      "id": "a8a6bab7-f7c1-4ddc-924b-4cdca8a72293",
      "name": "HR DATA",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -780,
        480
      ]
    }
  ],
  "connections": {
    "HR DATA": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Date Analysis & Categorization",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Reminder Scheduler": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          },
          {
            "node": "Google Calendar",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Advanced Date Filters": {
      "main": [
        [
          {
            "node": "Date Formatting & Export",
            "type": "main",
            "index": 0
          },
          {
            "node": "Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Sample Data Generator": {
      "main": [
        []
      ]
    },
    "When clicking 'Test workflow'": {
      "main": [
        [
          {
            "node": "HR DATA",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Date Analysis & Categorization": {
      "main": [
        [
          {
            "node": "Reminder Scheduler",
            "type": "main",
            "index": 0
          },
          {
            "node": "Advanced Date Filters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}