Skip to main content

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

Fields that Vapi does not supply are stored as 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 200 immediately
  • No duplicate record is written
  • The duplicate: true flag is set in the response body