Skip to main content
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.instance table.

Cross-Service References

  • Session (session.instance): Lightweight snapshot of the associated proctoring session.

Payload Example

Payload Type Showcase

Field Notes

  • status references a Hasura enum: TRIGGERED, RESOLVED, DISMISSED, REOPENED.
  • severity references a Hasura enum: LOW, MEDIUM, HIGH.
  • session is a cross-service reference to session.instance — included as a lightweight snapshot.
  • timeline captures the incident lifecycle (detection, escalation, resolution). Empty on creation.
  • action on timeline entries references the incident.timeline_action enum.
  • Timeline changes trigger bubble-up to the incident root.