{
  "name": "Multi-channel website downtime alerts with UptimeRobot, Slack, WhatsApp & Notion",
  "nodes": [
    {
      "id": "90e18bd0-bed2-4e47-a074-55cf7e54c116",
      "name": "UptimeRobot Webhook Trigger",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -540,
        80
      ]
    },
    {
      "id": "baf7c31e-a0a4-4a85-a6aa-1ff98642518c",
      "name": "Send Slack Alert",
      "type": "n8n-nodes-base.slack",
      "position": [
        -320,
        -120
      ]
    },
    {
      "id": "641f84cd-02f3-45f3-8961-2106fc9b6480",
      "name": "Send Email Alert",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        -320,
        280
      ]
    },
    {
      "id": "ad31703c-a869-46f4-b412-380c0e216403",
      "name": "Create Notion Task",
      "type": "n8n-nodes-base.notion",
      "position": [
        -100,
        80
      ]
    },
    {
      "id": "791e3906-ef02-495f-98de-9056d2b097ab",
      "name": "Send message",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        -320,
        80
      ]
    },
    {
      "id": "07ac7e28-d508-499a-a682-18c48d9c0b56",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1020,
        -260
      ],
      "parameters": {
        "width": 520,
        "height": 300,
        "content": "## System Architecture\n- **Downtime Detection Pipeline**:\n  - **UptimeRobot Webhook Trigger**: Detects website status changes (triggers on \"down\" status).\n- **Alert Generation Flow**:\n  - **Send Slack"
      }
    }
  ],
  "connections": {
    "Send message": {
      "main": [
        [
          {
            "node": "Create Notion Task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Email Alert": {
      "main": [
        [
          {
            "node": "Create Notion Task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Slack Alert": {
      "main": [
        [
          {
            "node": "Create Notion Task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "UptimeRobot Webhook Trigger": {
      "main": [
        [
          {
            "node": "Send Slack Alert",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send Email Alert",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}