Skip to main content

Nightfall AI Webhook Event

Webhook alerts enable you to funnel Nightfall alerts to an event collector, which enables logging for compliance purposes. For more information, visit the Nightfall AI documentation.

Sample Event

{
"findings": [
{
"detector": {
"id": "74d1315e-c0c3-4ef5-8b1e-6cf98664a854"
},
"finding": "4242-4242-4242-4242",
"confidence": "VERY_LIKELY",
"location": {
"byteRange": {
"start": 146,
"end": 165
},
"codepointRange": {
"start": 146,
"end": 165
},
"lineRange": {
"start": 3,
"end": 3
},
"rowRange": null,
"columnRange": null,
"commitHash": ""
},
"beforeContext": "nd HIPAA Defined PII\nHIPAA HIPAA hooray\n",
"afterContext": " is my credit card number\n\n",
"matchedDetectionRuleUUIDs": [
"7bd6166a-b9af-4069-847d-487a88788122"
],
"matchedDetectionRules": []
}
]
}