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 test instance (candidate assessment attempt) is created.Integration Details
- Subscription Key:
ae.test_instance.created - Use Case: Notify a proctor or recruiter that a candidate has started their assessment.
- Related Events:
ae.test_instance.updated
Trigger
- Event Type:
ae_test_instance_created - Source: Insertion of a record into the
ti.instancetable.
Cross-Service References
This payload joins data from multiple services:- Candidate (
can.candidate): Snapshot of the candidate’s profile. - Catalog (
ae.catalog_assessment): Assessment and catalog metadata. - Evaluation (
tcf.measurement): Scoring breakdown with attributes and skills.
Payload Example
Payload Type Showcase
Field Notes
cfon candidate is JSONB — shape varies per tenant configuration.time_takenon measurement is a Postgres INTERVAL rendered as a string.additional_attributeson measurement attributes is JSONB.instance_statusreferences theti.instance_statusenum.

