> ## Documentation Index
> Fetch the complete documentation index at: https://docs.daily.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Calltransfer Completed

> The calltransfer-completed webhook

Emitted when "toEndpoint" ended the call.
This webhook is not triggered for sip-refer case.

## Webhook Events

There are five common fields all events share:

## Calltransfer requested without sip-refer

```json theme={null}
{
  "version": "1.0.0",
  "type": "calltransfer.completed",
  "id": "3602-call-transfer-completed-07efe77a-74e8-4e69-81b0-41ca454c06e01770005095",
  "payload": {
    "domain_id": "04b89420-cf8b-4ea5-a428-02c40b0e2a59",
    "room": "sip-test",
    "timestamp": "1770005095",
    "session_id": "07efe77a-74e8-4e69-81b0-41ca454c06e0",
    "mtg_session_id": "34888835-dadc-4874-a2a8-be38da1f8296",
    "to_endpoint": "sip:user-b@user-a.my-domain.com",
    "from_endpoint": "sip:user-a@user-a.my-domain.com"
  },
  "event_ts": 1770005095.25
}
```
