This webhook will be triggered when a new Incident is created in Claims Manager.
Name | Description | Type | Example Data |
---|---|---|---|
incidentId
|
The unique identifier for the newly created incident | numeric | 6904165 |
programmeCode
|
Unique identifier for the programme | string | 8ffd4f55 |
programme
|
The name of the programme | string | Demonstration Programme |
policyTypeCode
|
Unique identifier for the policy type | string | a4aee5d3 |
policyType
|
The name of the policy type | string | Motor |
policyCountry
|
The ISO 2-character country code for the policy country | string | GB |
incidentDate
|
The date on which the incident occurred | string ($date) | 2024-01-30 |
{
"event": "New Incident",
"action": "Create",
"incidentId": 6904165,
"resource": "/incidents/6904165",
"createdDateTime": "2024-01-30T15:24:36.829",
"data":{
"incidentId": 6904165,
"programmeCode": "8ffd4f55",
"programme": "Demonstration Programme",
"policyTypeCode": "a4aee5d3",
"policyType": "Motor",
"policyCountry": "GB",
"incidentDate": "2024-01-30"
}
}