{
  "name": "Real-time error detection with Slack alerts and Jira ticket creation for production",
  "nodes": [
    {
      "id": "2f1543ae-0f43-4797-85a7-da4aadcb91b8",
      "name": "Webhook Trigger",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -1380,
        -220
      ]
    },
    {
      "id": "1569b38b-c545-42dc-b2c1-9c700c9dde63",
      "name": "Filter Critical Errors",
      "type": "n8n-nodes-base.if",
      "position": [
        -1160,
        -220
      ]
    },
    {
      "id": "3dec4331-92f8-4136-8c0d-354edab95551",
      "name": "Send Slack Alert",
      "type": "n8n-nodes-base.slack",
      "position": [
        -940,
        -420
      ]
    },
    {
      "id": "5a747244-6e20-4378-b47e-e2e3b236b119",
      "name": "Create Jira Bug",
      "type": "n8n-nodes-base.jira",
      "position": [
        -940,
        -220
      ]
    },
    {
      "id": "d1228ff7-1cc9-4ae1-aba6-810993efe7aa",
      "name": "No Action for Non-Critical",
      "type": "n8n-nodes-base.noOp",
      "position": [
        -940,
        -20
      ]
    },
    {
      "id": "d1b4d49a-9d02-4a06-b93f-884a3a4776aa",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1960,
        -600
      ],
      "parameters": {
        "width": 760,
        "height": 280,
        "content": "## System Architecture\n- **Error Detection Pipeline**:\n  - **Webhook Trigger**: Captures incoming error data via POST requests.\n  - **Filter Critical Errors**: Identifies and separates critical errors"
      }
    }
  ],
  "connections": {
    "Webhook Trigger": {
      "main": [
        [
          {
            "node": "Filter Critical Errors",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Critical Errors": {
      "main": [
        [
          {
            "node": "Send Slack Alert",
            "type": "main",
            "index": 0
          },
          {
            "node": "Create Jira Bug",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Action for Non-Critical",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}