This webhook will be triggered whenever the incident status changes.
Name | Description | Type | Example Data |
---|---|---|---|
newStatus
|
The new status of the incident. | string | Closed |
previousStatus
|
The previous status of the incident immediately prior to this webhook firing. | string | Open |
{
"event":"Incident Status",
"action":"Updated",
"incidentId":6904165,
"resource":"/incidents/6904165",
"createdDateTime":"2023-12-28T21:24:52.410",
"data":{
"newStatus":"Closed",
"previousStatus":"Open"
}
}