{
  "name": "Send package and visitor alerts with Slack, SMS, email, Google Sheets and Claude",
  "nodes": [
    {
      "id": "d3b9b955-94b2-4e67-ba88-f559bb109242",
      "name": "Package/Visitor Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -1248,
        192
      ]
    },
    {
      "id": "98392a85-8fa1-4f32-bdd7-a746fbacd726",
      "name": "Workflow Configuration",
      "type": "n8n-nodes-base.set",
      "position": [
        -1024,
        192
      ]
    },
    {
      "id": "2529d5c4-986c-48d3-8557-e3fe68257a81",
      "name": "Normalize Data",
      "type": "n8n-nodes-base.set",
      "position": [
        -800,
        192
      ]
    },
    {
      "id": "feeedd91-f655-48aa-a65e-dcbc0dada6b6",
      "name": "Classify Urgency",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        -576,
        192
      ]
    },
    {
      "id": "10123958-608c-4e03-af3f-becd9c4b2b2d",
      "name": "Anthropic Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "position": [
        -568,
        416
      ]
    },
    {
      "id": "4b07a563-33d7-4dc1-8010-c93ac2c6a822",
      "name": "Route by Urgency",
      "type": "n8n-nodes-base.switch",
      "position": [
        -224,
        192
      ]
    },
    {
      "id": "8820a9c4-01ff-4958-9d85-43521731ae9e",
      "name": "Email Tenant - High Urgency",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "d1cb67bf-3ce6-4140-b9c9-aff0b2fba2f8",
      "name": "Email Tenant - Regular",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        224,
        336
      ]
    },
    {
      "id": "3d5dab96-e3c9-4ac9-b0a5-419effd19ea5",
      "name": "SMS Tenant - High Urgency",
      "type": "n8n-nodes-base.sms77",
      "position": [
        224,
        0
      ]
    },
    {
      "id": "15dc1035-5402-4576-9508-e492b8e5d9c5",
      "name": "Notify Management",
      "type": "n8n-nodes-base.slack",
      "position": [
        0,
        192
      ]
    },
    {
      "id": "8ec08336-fb70-4e1e-9632-2506bd064f84",
      "name": "Log to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        672,
        168
      ]
    },
    {
      "id": "c9fe66c9-da39-4943-a2a5-1ca8d2ed093d",
      "name": "Merge Notification Branches",
      "type": "n8n-nodes-base.merge",
      "position": [
        448,
        168
      ]
    },
    {
      "id": "be6939f9-2b81-4809-a2fe-f9f7c00f885d",
      "name": "Suggest Follow-up",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        896,
        168
      ]
    },
    {
      "id": "f50923d8-5c23-4894-bd0f-03991235b509",
      "name": "Urgency Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        -440,
        416
      ]
    },
    {
      "id": "d1cf9db0-1337-4ec1-825a-0ef1e79958d6",
      "name": "Anthropic Chat Model 2",
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "position": [
        968,
        392
      ]
    },
    {
      "id": "98a82e17-929a-4530-bfb7-fe1f214f3737",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1776,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "82387b3e-0a35-480a-870f-8bdf203fd1f3",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1296,
        -16
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "35c7dd2b-62b2-4261-a7ad-767002155afc",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -624,
        -16
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "9fe45df5-875e-42a0-9c5a-fcf593b679c6",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -96,
        -48
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "ea603dbc-5b1c-4469-b0fd-967a5a1ebac4",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        576,
        -48
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Normalize Data": {
      "main": [
        [
          {
            "node": "Classify Urgency",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Classify Urgency": {
      "main": [
        [
          {
            "node": "Route by Urgency",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Route by Urgency": {
      "main": [
        [
          {
            "node": "Email Tenant - High Urgency",
            "type": "main",
            "index": 0
          },
          {
            "node": "Notify Management",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Email Tenant - Regular",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Anthropic Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Classify Urgency",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Log to Google Sheets": {
      "main": [
        [
          {
            "node": "Suggest Follow-up",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Urgency Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Classify Urgency",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Anthropic Chat Model 2": {
      "ai_languageModel": [
        [
          {
            "node": "Suggest Follow-up",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Email Tenant - Regular": {
      "main": [
        [
          {
            "node": "Merge Notification Branches",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Workflow Configuration": {
      "main": [
        [
          {
            "node": "Normalize Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Package/Visitor Webhook": {
      "main": [
        [
          {
            "node": "Workflow Configuration",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "SMS Tenant - High Urgency": {
      "main": [
        [
          {
            "node": "Merge Notification Branches",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email Tenant - High Urgency": {
      "main": [
        [
          {
            "node": "SMS Tenant - High Urgency",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge Notification Branches": {
      "main": [
        [
          {
            "node": "Log to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}