{
  "name": "GlobiGuard governed insurance claim action v2",
  "nodes": [
    {
      "parameters": {},
      "id": "9f869139-cec1-49c4-a0a6-e4cdf715d948",
      "name": "Incoming Claim",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ]
    },
    {
      "parameters": {
        "operation": "authorize",
        "actionType": "claim.customer_notification.send",
        "destinationType": "email",
        "destinationName": "claims-customer-email",
        "dataClasses": [
          "PII",
          "CONFIDENTIAL"
        ],
        "purpose": "Send a claim status update requested by the policyholder",
        "workflowRunId": "={{ $execution.id }}",
        "workflowStepId": "claim-status-email",
        "idempotencyKey": "={{ $json.claimId + ':email-status' }}"
      },
      "id": "1dbb1b09-7624-4a94-b079-9111d946581a",
      "name": "Authorize Claim Notification",
      "type": "n8n-nodes-globiguard.globiGuard",
      "typeVersion": 2,
      "position": [
        300,
        0
      ]
    },
    {
      "parameters": {},
      "id": "31a4a938-0f50-4ba5-97e6-53f36e50cbda",
      "name": "Allowed Notification Placeholder",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        620,
        -180
      ],
      "notes": "Replace only with the claim notification action described by the gate."
    },
    {
      "parameters": {},
      "id": "ac2956da-a83d-46f9-96a0-4e9d970f0a2d",
      "name": "Manual Review Required",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        620,
        80
      ],
      "notes": "Handle modification or queued review without calling the customer notification action."
    },
    {
      "parameters": {
        "errorMessage": "GlobiGuard blocked or could not authorize the claim notification."
      },
      "id": "61adca5b-3467-4097-8e3f-09c5a06907cc",
      "name": "Stop Claim Notification",
      "type": "n8n-nodes-base.stopAndError",
      "typeVersion": 1,
      "position": [
        620,
        300
      ]
    }
  ],
  "connections": {
    "Incoming Claim": {
      "main": [
        [
          {
            "node": "Authorize Claim Notification",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Authorize Claim Notification": {
      "main": [
        [
          {
            "node": "Allowed Notification Placeholder",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Manual Review Required",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Stop Claim Notification",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Manual Review Required",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Stop Claim Notification",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "tags": [],
  "triggerCount": 0,
  "updatedAt": "2026-07-25T00:00:00.000Z",
  "versionId": "globiguard-insurance-claims-v2"
}