Skip to main content
This event is sent when the call is transferred to another destination, such as a human agent or external number.

Example Payload

{
  "type": "transfer-call",
  "call_id": "abc123",
  "timestamp": "2025-04-12T14:31:00Z",
  "metadata": {
    "transfer_type": "warm",
    "transferred_to": "+18885551234",
    "label": "Customer Support"
  }
}