{
  "name": "Triage alerts from Syncro and submit to OpsGenie",
  "nodes": [
    {
      "id": null,
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        460,
        380
      ]
    },
    {
      "id": null,
      "name": "Set",
      "type": "n8n-nodes-base.set",
      "position": [
        780,
        380
      ]
    },
    {
      "id": null,
      "name": "Create Alert",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1180,
        260
      ]
    },
    {
      "id": null,
      "name": "Close Alert",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1180,
        460
      ]
    },
    {
      "id": null,
      "name": "NoOp",
      "type": "n8n-nodes-base.noOp",
      "position": [
        780,
        560
      ]
    },
    {
      "id": null,
      "name": "IF",
      "type": "n8n-nodes-base.if",
      "position": [
        940,
        380
      ]
    },
    {
      "id": null,
      "name": "Switch",
      "type": "n8n-nodes-base.switch",
      "position": [
        620,
        380
      ]
    }
  ],
  "connections": {
    "IF": {
      "main": [
        [
          {
            "node": "Create Alert",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Close Alert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set": {
      "main": [
        [
          {
            "node": "IF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Switch": {
      "main": [
        [
          {
            "node": "Set",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "NoOp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Switch",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}