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.examtable.
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 toCENTER_PLANtype, with rooms. - Proctoring Management (
pm.center): Physical proctoring center details.
Payload Example
Payload Type Showcase
Field Notes
workflowis a cross-service join towft.workflowincluding nested steps and drive schedules.centersis an alias that filtersdrive_schedulestoCENTER_PLANtype only.centeris a cross-service join topm.centerfor the physical proctoring center.locationon drive schedules is JSONB.exam_typesis a Postgres array of strings.

