{
  "name": "Website Uptime Monitor with Email Alerts",
  "nodes": [
    {
      "id": "sticky-main",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -864,
        -176
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "sticky-trigger-config",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -304,
        -80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "sticky-check",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        176,
        -64
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "sticky-alert",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        -176
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "trigger-1",
      "name": "Every 5 Minutes",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -260,
        80
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "config-1",
      "name": "Config",
      "type": "n8n-nodes-base.set",
      "position": [
        -20,
        80
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "check-1",
      "name": "Check Website",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        220,
        80
      ],
      "parameters": {},
      "typeVersion": 4.4
    },
    {
      "id": "if-1",
      "name": "Status != 200?",
      "type": "n8n-nodes-base.if",
      "position": [
        440,
        80
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "email-1",
      "name": "Send Downtime Alert",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        688,
        0
      ],
      "parameters": {},
      "typeVersion": 2.1
    }
  ],
  "settings": {
    "executionOrder": "v1"
  },
  "connections": {
    "Config": {
      "main": [
        [
          {
            "node": "Check Website",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Website": {
      "main": [
        [
          {
            "node": "Status != 200?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Status != 200?": {
      "main": [
        [
          {
            "node": "Send Downtime Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Every 5 Minutes": {
      "main": [
        [
          {
            "node": "Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}