Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api.infer.so/llms.txt

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

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"
  }
}