{
  "name": "Notion status-based alert messages (Slack, Telegram, WhatsApp, Discord, Email)",
  "nodes": [
    {
      "id": "58da692b-aee8-4ba0-9b64-5a8b9ea1221b",
      "name": "Send Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        -300,
        1460
      ]
    },
    {
      "id": "969d77f4-5bd8-4988-9084-773a284546a7",
      "name": "Set Notion Page Info",
      "type": "n8n-nodes-base.set",
      "position": [
        -1580,
        720
      ]
    },
    {
      "id": "833887a7-f587-4ac2-ad36-336f02d54881",
      "name": "Build Message",
      "type": "n8n-nodes-base.set",
      "position": [
        -660,
        720
      ]
    },
    {
      "id": "461e7068-b6cc-4e3d-ab8a-767b96035475",
      "name": "Switch",
      "type": "n8n-nodes-base.switch",
      "position": [
        -1360,
        700
      ]
    },
    {
      "id": "9b0741fe-aa60-40ee-8e80-0b3df338d40b",
      "name": "Set On Deck",
      "type": "n8n-nodes-base.set",
      "position": [
        -1000,
        660
      ]
    },
    {
      "id": "3c7c4bb2-d38c-4e50-8858-1a85000b7faa",
      "name": "Set In Progress",
      "type": "n8n-nodes-base.set",
      "position": [
        -1000,
        860
      ]
    },
    {
      "id": "9ed7aef7-ac9b-4111-8fdb-bf7d3b548fa4",
      "name": "Set Ready For Review",
      "type": "n8n-nodes-base.set",
      "position": [
        -1000,
        1060
      ]
    },
    {
      "id": "0fe33bb9-02df-4223-b279-4435ce41be1b",
      "name": "Set Ready To Publish",
      "type": "n8n-nodes-base.set",
      "position": [
        -1000,
        1260
      ]
    },
    {
      "id": "5f810713-fed0-4d1d-beef-605cde7ff8f0",
      "name": "Send Slack Msg",
      "type": "n8n-nodes-base.slack",
      "position": [
        -300,
        660
      ]
    },
    {
      "id": "6ef59f62-412e-496e-84b6-709ceff56716",
      "name": "Send Telegram Msg",
      "type": "n8n-nodes-base.telegram",
      "position": [
        -300,
        860
      ]
    },
    {
      "id": "6d68a796-bc15-4389-9264-b79126d6e025",
      "name": "Send WhatsApp Msg",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        -300,
        1060
      ]
    },
    {
      "id": "48be0ded-07c9-4698-992b-c4a312c0667e",
      "name": "Send Discord Msg",
      "type": "n8n-nodes-base.discord",
      "position": [
        -300,
        1260
      ]
    },
    {
      "id": "6527904b-f733-4600-a4c6-ed7215350eab",
      "name": "Notion Trigger (Polling)",
      "type": "n8n-nodes-base.notionTrigger",
      "position": [
        -1820,
        640
      ]
    },
    {
      "id": "fdb2a059-711a-4996-a4de-3bfb42879233",
      "name": "Notion Trigger (Webhook)",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -1820,
        820
      ]
    },
    {
      "id": "4c739927-d145-4d51-b15f-544729babf3b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2000,
        340
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "6c1963fc-ed47-4b6a-b2f1-ccd780aedea4",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1420,
        340
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "21afa2a2-acd1-49a7-864b-593b5f19dca0",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -720,
        340
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Switch": {
      "main": [
        [
          {
            "node": "Set On Deck",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Set In Progress",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Set Ready For Review",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Set Ready To Publish",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set On Deck": {
      "main": [
        [
          {
            "node": "Build Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build Message": {
      "main": [
        [
          {
            "node": "Send Slack Msg",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send Telegram Msg",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send WhatsApp Msg",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send Discord Msg",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set In Progress": {
      "main": [
        [
          {
            "node": "Build Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Notion Page Info": {
      "main": [
        [
          {
            "node": "Switch",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Ready For Review": {
      "main": [
        [
          {
            "node": "Build Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Ready To Publish": {
      "main": [
        [
          {
            "node": "Build Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion Trigger (Polling)": {
      "main": [
        [
          {
            "node": "Set Notion Page Info",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion Trigger (Webhook)": {
      "main": [
        [
          {
            "node": "Set Notion Page Info",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}