Aditya
03/13/2026, 4:03 PMVapi Support Bot
03/13/2026, 4:04 PMcallerId field in your transfer destination to the customer's number. Here’s an example configuration:
json
"destination": {
"type": "number",
"number": "+14155559876",
"callerId": "{{original_caller_number}}"
}
Replace {{original_caller_number}} with the actual customer's number at runtime. This ensures the department sees the real customer number as the caller ID during the transfer.
Note: Provider support for caller ID passthrough may vary.
For more details, see the [Vapi Phone Numbers Update API documentation](https://docs.vapi.ai/api-reference/phone-numbers/update-phone-number).
Source:
- [Vapi Phone Numbers Update API documentation](https://docs.vapi.ai/api-reference/phone-numbers/update-phone-number)Aditya
03/13/2026, 4:09 PMAditya
03/13/2026, 4:20 PMChiranjeet Mishra
03/17/2026, 2:45 AM