{
  "name": "Summarize Microsoft 365 outage alerts with ChatGPT and send to Slack",
  "nodes": [
    {
      "id": "48e59db6-a492-45bf-8865-0ec258cdd638",
      "name": "Check for 365 Service Alert",
      "type": "n8n-nodes-base.microsoftOutlookTrigger",
      "position": [
        720,
        0
      ]
    },
    {
      "id": "6c392e16-8bae-4336-a7ba-1c2bc39a48ec",
      "name": "Post outage to Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        1740,
        0
      ]
    },
    {
      "id": "45e2f8bc-48e8-489a-9a5e-bdbbbb399bf7",
      "name": "Clear email alert from mailbox",
      "type": "n8n-nodes-base.microsoftOutlook",
      "position": [
        1940,
        0
      ]
    },
    {
      "id": "9a9c12d7-e43d-4db8-b764-16112d7ec61e",
      "name": "Summarize service alert",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1180,
        0
      ]
    },
    {
      "id": "de4751e5-e6c2-44a8-aee5-4d6fb8f09fab",
      "name": "Generate Slack Block",
      "type": "n8n-nodes-base.code",
      "position": [
        1540,
        0
      ]
    },
    {
      "id": "9dd39e09-c467-4eba-ad65-43328cd69aab",
      "name": "Extract M365 Incident text & link",
      "type": "n8n-nodes-base.code",
      "position": [
        940,
        0
      ]
    }
  ],
  "connections": {
    "Slack": {
      "main": [
        [
          {
            "node": "Microsoft Outlook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Slack Block": {
      "main": [
        [
          {
            "node": "Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Summarize service alert": {
      "main": [
        [
          {
            "node": "Generate Slack Block",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check for 365 Service Alert": {
      "main": [
        [
          {
            "node": "Extract M365 Incident text & link",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract M365 Incident text & link": {
      "main": [
        [
          {
            "node": "Summarize service alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}