For general webhook concepts like bubble-up behavior, payload visibility rules, and versioned snapshots, see Webhook Concepts.
Description
This event is triggered when a new proctoring incident is detected — for example, via AI detection or a manual proctor flag.Integration Details
- Subscription Key:
incident.instance.created - Use Case: Trigger immediate intervention alerts or compliance logging.
- Related Events:
incident.instance.updated
Trigger
- Event Type:
incident_instance_created - Source: Insertion of a record into the
incident.instancetable.
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.

