Documentation Index
Fetch the complete documentation index at: https://docs.getversive.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Versive can send webhooks when interviews are completed. Webhooks are emitted after interview enrichment, so each event includes transcript data and parsed conversation content.Event Types
Currently supported events:interview.completed
- Screened-out interviews are not delivered as webhooks.
- Webhooks are configured at the organization level.
Payload
Webhook request bodies use this shape:recording_urlcan benullif no generated recording is available.started_atandended_atare derived from the first and last interview messages when available.
Delivery and Verification
Versive uses Svix for webhook delivery. You should verify signatures on every request using Svix headers:svix-idsvix-timestampsvix-signature
Reliability
- Events are sent with a stable event identity to support idempotent handling.
- Duplicate send attempts are deduplicated.
- If you need replay support for failed deliveries, contact the Versive team.