{
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "eeb73a6f-5b96-4092-b7e0-f19c93fe7353",
      "name": "Schedule Monitor (Every Hour)",
      "type": "n8n-nodes-base.cron",
      "position": [
        32,
        144
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "361472f2-1e8f-4bea-ae14-5612343d707c",
      "name": "Check Website HTTP Status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        240,
        144
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "88e4e80e-2bbb-4cf7-b1b0-9d59c0fa2363",
      "name": "If Website is Down",
      "type": "n8n-nodes-base.if",
      "position": [
        704,
        144
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "e683cf82-0d98-42d7-ad71-199b3a0ebfd1",
      "name": "Send a message",
      "type": "n8n-nodes-base.slack",
      "position": [
        880,
        128
      ],
      "parameters": {},
      "typeVersion": 2.3
    },
    {
      "id": "54635908-ac64-4526-ad2e-4169cd8b4db5",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -400,
        -144
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "578ab563-4241-4a0d-8db8-d4922ea7d36c",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        992,
        -96
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "5b4829d0-d79b-4934-bb84-95acfbcf0aae",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        352,
        -80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "If Website is Down": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Website HTTP Status": {
      "main": [
        [
          {
            "node": "If Website is Down",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Monitor (Every Hour)": {
      "main": [
        [
          {
            "node": "Check Website HTTP Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}