Skip to main content
NOMEVEX REAL WORK. REAL EVIDENCE.

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

  1. Navigate to Admin Portal → Integrations → Webhooks
  2. Click "Add Webhook"
  3. Enter your endpoint URL (must support HTTPS)
  4. Select the events you want to subscribe to
  5. Optionally set a secret for payload verification
  6. Save and test the endpoint

Event Types

  • exam.created — New exam scheduled
  • exam.started — Exam session begins
  • exam.completed — Exam session ends
  • session.flagged — AI detects anomalous behavior
  • appeal.created — Student appeals a flag
  • appeal.resolved — Appeal decision made

Signature Verification

Each webhook payload includes an X-Signature-256 header. Verify payloads using your configured secret to ensure authenticity.