You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| incident.acknowledged |`incident`| Sent when an incident is acknowledged. |`incidents.read`|
222
-
| incident.annotated |`incident`| Sent when a note is added to an incident. |`incidents.read`|
222
+
| incident.annotated |`incident_note`| Sent when a note is added to an incident. |`incidents.read`|
223
223
| incident.conference_bridge.updated |`incident_conference_bridge`| Sent when an incident's conference bridge number and/or conference bridge url is updated. |`incidents.read`|
224
224
| incident.custom_field_values.updated |`incident_field_values`| Sent when an incident's custom fields values are updated. |`incidents.read`|
225
225
| incident.delegated |`incident`| Sent when an incident has been reassigned to another escalation policy. |`incidents.read`|
226
226
| incident.escalated |`incident`| Sent when an incident has been escalated to another user in the same escalation level. |`incidents.read`|
227
+
| incident.incident_type.changed |`incident`| Sent when an incident has changed it’s incident type. |`incidents.read`|
227
228
| incident.priority_updated |`incident`| Sent when the priority of an incident has changed. |`incidents.read`|
228
229
| incident.reassigned |`incident`| Sent when an incident has been reassigned to another user. |`incidents.read`|
229
230
| incident.reopened |`incident`| Sent when an incident is reopened. |`incidents.read`|
231
+
| incident.resolved |`incident`| Sent when an incident is resolved. |`incidents.read`|
230
232
| incident.responder.added |`incident_responder`| Sent when a responder has been added to an incident. |`incidents.read`|
231
233
| incident.responder.replied |`incident_responder`| Sent when a responder replies to a request. |`incidents.read`|
232
234
| incident.status_update_published |`incident_status_update`| Sent when a status update is added to an incident. |`incidents.read`|
@@ -255,6 +257,9 @@ Depending on the `event.event_type`, of the webhook payload, the `event.data` fi
0 commit comments