Skip to content

Commit c35b08f

Browse files
authored
Add incident.service_updated event_type to webhooks documentation (#108)
1 parent 4f019b5 commit c35b08f

1 file changed

Lines changed: 24 additions & 23 deletions

File tree

docs/webhooks/01-Overview.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -216,29 +216,30 @@ An example webhook payload for a `service.updated` event is shown below.
216216

217217
Outbound events are created when PagerDuty resources change in interesting ways. Each outbound event is usually associated with some other PagerDuty resource. For example, the `incident.priority_updated` event is generated whenever the priority of an incident is changed. The following event types are available to v3 webhooks. Additional event types may be added to this list over time.
218218

219-
| Event Type | `data.type` | Description | Scoped OAuth requires |
220-
| ------------------------------------ | ---------------------------- | ----------------------------------------------------------------------------------------- | ------------------------- |
221-
| incident.acknowledged | `incident` | Sent when an incident is acknowledged. | `incidents.read` |
222-
| incident.annotated | `incident_note` | Sent when a note is added to an incident. | `incidents.read` |
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-
| incident.custom_field_values.updated | `incident_field_values` | Sent when an incident's custom fields values are updated. | `incidents.read` |
225-
| incident.delegated | `incident` | Sent when an incident has been reassigned to another escalation policy. | `incidents.read` |
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` |
228-
| incident.priority_updated | `incident` | Sent when the priority of an incident has changed. | `incidents.read` |
229-
| incident.reassigned | `incident` | Sent when an incident has been reassigned to another user. | `incidents.read` |
230-
| incident.reopened | `incident` | Sent when an incident is reopened. | `incidents.read` |
231-
| incident.resolved | `incident` | Sent when an incident is resolved. | `incidents.read` |
232-
| incident.responder.added | `incident_responder` | Sent when a responder has been added to an incident. | `incidents.read` |
233-
| incident.responder.replied | `incident_responder` | Sent when a responder replies to a request. | `incidents.read` |
234-
| incident.status_update_published | `incident_status_update` | Sent when a status update is added to an incident. | `incidents.read` |
235-
| incident.triggered | `incident` | Sent when an incident is newly created/triggered. | `incidents.read` |
236-
| incident.unacknowledged | `incident` | Sent when an incident is unacknowledged. | `incidents.read` |
237-
| incident.workflow.started | `incident_workflow_instance` | Sent when an incident workflow starts. | `incident_workflows.read` |
238-
| incident.workflow.completed | `incident_workflow_instance` | Sent when an incident workflow completes. | `incident_workflows.read` |
239-
| service.created | `service` | Sent when a service is created. | `services.read` |
240-
| service.deleted | `service` | Sent when a service is deleted. | `services.read` |
241-
| service.updated | `service` | Sent when a service is updated. | `services.read` |
219+
| Event Type | `data.type` | Description | Scoped OAuth requires |
220+
|---------------------------------------| ---------------------------- |-------------------------------------------------------------------------------------------| ------------------------- |
221+
| incident.acknowledged | `incident` | Sent when an incident is acknowledged. | `incidents.read` |
222+
| incident.annotated | `incident_note` | Sent when a note is added to an incident. | `incidents.read` |
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+
| incident.custom_field_values.updated | `incident_field_values` | Sent when an incident's custom fields values are updated. | `incidents.read` |
225+
| incident.delegated | `incident` | Sent when an incident has been reassigned to another escalation policy. | `incidents.read` |
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` |
228+
| incident.priority_updated | `incident` | Sent when the priority of an incident has changed. | `incidents.read` |
229+
| incident.reassigned | `incident` | Sent when an incident has been reassigned to another user. | `incidents.read` |
230+
| incident.reopened | `incident` | Sent when an incident is reopened. | `incidents.read` |
231+
| incident.resolved | `incident` | Sent when an incident is resolved. | `incidents.read` |
232+
| incident.responder.added | `incident_responder` | Sent when a responder has been added to an incident. | `incidents.read` |
233+
| incident.responder.replied | `incident_responder` | Sent when a responder replies to a request. | `incidents.read` |
234+
| incident.service_updated | `incident` | Sent when the service of an incident has changed. | `incidents.read` |
235+
| incident.status_update_published | `incident_status_update` | Sent when a status update is added to an incident. | `incidents.read` |
236+
| incident.triggered | `incident` | Sent when an incident is newly created/triggered. | `incidents.read` |
237+
| incident.unacknowledged | `incident` | Sent when an incident is unacknowledged. | `incidents.read` |
238+
| incident.workflow.started | `incident_workflow_instance` | Sent when an incident workflow starts. | `incident_workflows.read` |
239+
| incident.workflow.completed | `incident_workflow_instance` | Sent when an incident workflow completes. | `incident_workflows.read` |
240+
| service.created | `service` | Sent when a service is created. | `services.read` |
241+
| service.deleted | `service` | Sent when a service is deleted. | `services.read` |
242+
| service.updated | `service` | Sent when a service is updated. | `services.read` |
242243

243244
## Event Data Types
244245

0 commit comments

Comments
 (0)