For general webhook concepts like bubble-up behavior, payload visibility rules, and versioned snapshots, see Webhook Concepts.
Description
This event is triggered when an exam is updated — for example, when its workflow, center assignment, or scheduling changes.Integration Details
- Subscription Key:
coordinator.exam.updated - Use Case: Sync exam changes to external scheduling or proctoring systems.
- Related Events:
coordinator.exam.created
Trigger
- Event Type:
coordinator_exam_updated - Source: Update of a record in 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.

