> ## 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.

# What data does the webhook send?

> Understand the data structure sent with each webhook event.

## 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.

<Note>The exact fields may vary depending on your plan and configuration. Contact [support@revti.ai](mailto:support@revti.ai) if you need details on a specific field.</Note>
