For general webhook concepts like bubble-up behavior, payload visibility rules, and versioned snapshots, see Webhook Concepts.
Description
This event is triggered when a proctoring incident is updated — for example, when its status changes, severity is adjusted, or timeline entries are added (subordinate bubble-up).Integration Details
- Subscription Key:
incident.instance.updated - Use Case: Track incident resolution progress or sync status changes to compliance systems.
- Related Events:
incident.instance.created
Trigger
- Event Type:
incident_instance_updated - Source: Update of a record in the
incident.instancetable, or bubble-up from subordinate changes toincident.timeline.
Cross-Service References
- Session (
session.instance): Lightweight snapshot of the associated proctoring session.
Payload Example
Payload Type Showcase
Field Notes
statusreferences a Hasura enum:TRIGGERED,RESOLVED,DISMISSED,REOPENED.severityreferences a Hasura enum:LOW,MEDIUM,HIGH.sessionis a cross-service reference tosession.instance— included as a lightweight snapshot.timelinecaptures the incident lifecycle (detection, escalation, resolution). Empty on creation.actionon timeline entries references theincident.timeline_actionenum.- Timeline changes trigger bubble-up to the incident root.

