Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.revti.ai/llms.txt

Use this file to discover all available pages before exploring further.

Overview

When a triggering event occurs, Revti sends a JSON payload to your webhook URL via an HTTP POST request.

Example payload

The payload typically includes:
  • call_id — Unique identifier for the call
  • timestamp — When the call occurred
  • caller_name — Name of the caller if provided
  • caller_phone — Phone number of the caller
  • caller_email — Email if collected
  • duration — Call duration in seconds
  • transcript — Full conversation transcript
  • summary — AI-generated call summary
  • call_reason — Category of the enquiry
  • lead_score — Hot, Warm, or Cold
  • booking_requested — Whether a booking was requested
  • recording_url — Link to the call recording

Testing

Use the Send Test button in your Revti dashboard to send a sample payload to your webhook URL. This lets you verify the connection and map fields in your receiving application.
The exact fields may vary depending on your plan and configuration. Contact support@revti.ai if you need details on a specific field.