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 exam is created in the coordinator service.

Integration Details

  • Subscription Key: coordinator.exam.created
  • Use Case: Set up corresponding records in an external proctoring or scheduling system.
  • Related Events: coordinator.exam.updated

Trigger

  • Event Type: coordinator_exam_created
  • Source: Insertion of a record into the coordinator.exam table.

Cross-Service References

This is one of the richest cross-service payloads:
  • Workflow Tools (wft.workflow): Workflow definition with steps.
  • Scheduler (sch.drive_schedule): Drive schedules filtered to CENTER_PLAN type, with rooms.
  • Proctoring Management (pm.center): Physical proctoring center details.

Payload Example

Payload Type Showcase

Field Notes

  • workflow is a cross-service join to wft.workflow including nested steps and drive schedules.
  • centers is an alias that filters drive_schedules to CENTER_PLAN type only.
  • center is a cross-service join to pm.center for the physical proctoring center.
  • location on drive schedules is JSONB.
  • exam_types is a Postgres array of strings.