Documentation Index
Fetch the complete documentation index at: https://docs.voxfra.com/llms.txt
Use this file to discover all available pages before exploring further.
Normalized call record
Voxfra normalizes each Vapi payload into a unified call record. This is what you see in the admin console and when querying the Management API.Current field mapping
| Normalized field | Vapi source |
|---|---|
call_provider_call_sid | call.id |
call_start_time | call.startedAt |
call_end_time | call.endedAt |
call_duration_seconds | derived |
caller_phone_number | customer.number |
transcript | transcript |
call_summary | analysis.summary |
recording_url | recordingUrl |
null. Additional provider mappings will be documented here as they are released.
Idempotency
Voxfra deduplicates webhooks by call ID within a 24-hour window. If your provider retries delivery:- The second request returns
200immediately - No duplicate record is written
- The
duplicate: trueflag is set in the response body