Developer Documentation
Integration guides, LTI 1.3 setups, telemetry schemas, and API references for Nomevex.
Webhooks
Receive real-time event notifications from Nomevex.
Overview
Webhooks allow your systems to receive real-time HTTP callbacks when events occur in the Nomevex platform. Configure endpoints to be notified of exam starts, session events, flag reviews, and more.
Setting Up a Webhook
- Navigate to Admin Portal → Integrations → Webhooks
- Click "Add Webhook"
- Enter your endpoint URL (must support HTTPS)
- Select the events you want to subscribe to
- Optionally set a secret for payload verification
- Save and test the endpoint
Event Types
exam.created— New exam scheduledexam.started— Exam session beginsexam.completed— Exam session endssession.flagged— AI detects anomalous behaviorappeal.created— Student appeals a flagappeal.resolved— Appeal decision made
Signature Verification
Each webhook payload includes an X-Signature-256 header. Verify payloads using your configured secret to ensure authenticity.
Next: Verification SDK