The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"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"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
GlobiGuard governed insurance claim action v2. Uses n8n-nodes-globiguard, stopAndError. Event-driven trigger; 5 nodes.
Source: https://github.com/globiguard/globiguard-open/blob/main/examples/n8n/insurance-claims-governed-action.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
The Switch node is powerful — but easy to misconfigure. Without a proper fallback, things can silently break. 🧨
N8N Español - Ejemplos. Uses executeCommand, stopAndError. Event-driven trigger; 8 nodes.
verify email. Uses functionItem, uproc, stopAndError. Event-driven trigger; 5 nodes.
Sub-flujo: Validador de Productos. Uses executeWorkflowTrigger, stopAndError. Event-driven trigger; 3 nodes.
Acuityschedulingtrigger Workflow. Uses acuitySchedulingTrigger, stopAndError. Event-driven trigger; 2 nodes.