{
  "name": "Monitor SSL certificate expiry dates with Google Sheets & Slack alerts",
  "nodes": [
    {
      "id": "ac2e00ee-c5ac-4da2-9979-12798ba82da0",
      "name": "Get row(s) in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        672,
        352
      ]
    },
    {
      "id": "a9f88d0b-df4b-4f8d-b1eb-44d4d6d136aa",
      "name": "SSL Checker",
      "type": "@custom-js/n8n-nodes-pdf-toolkit.sslChecker",
      "position": [
        896,
        352
      ]
    },
    {
      "id": "dc582c07-53b5-478e-9cd3-5eb585b8be65",
      "name": "Update row in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1104,
        352
      ]
    },
    {
      "id": "f3353893-dff7-424a-856d-8c5f104f8431",
      "name": "Send a message",
      "type": "n8n-nodes-base.slack",
      "position": [
        1536,
        336
      ]
    },
    {
      "id": "ee549621-3434-4bb7-9ef5-287c899fa382",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        448,
        352
      ]
    },
    {
      "id": "8b0284a5-c766-46e8-9e81-670dc6f629de",
      "name": "Check Days Left Threshold",
      "type": "n8n-nodes-base.if",
      "position": [
        1296,
        352
      ]
    }
  ],
  "connections": {
    "SSL Checker": {
      "main": [
        [
          {
            "node": "Update row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send a message": {
      "main": [
        []
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get row(s) in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get row(s) in sheet": {
      "main": [
        [
          {
            "node": "SSL Checker",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update row in sheet": {
      "main": [
        [
          {
            "node": "Check Days Left Threshold",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Days Left Threshold": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}