Toph
10/14/2025, 8:01 AM{
"role": "tool_calls",
"time": 1760427301240,
"message": "",
"toolCalls": [
"0": {
"id": "call_IQE1Oaz3op48JltIJotr8DwO",
"type": "function",
"function": {
"name": "transfer_call_tool",
"arguments": "{}"
}
}
],
"secondsFromStart": 16.883
}
{
"name": "transfer_call_tool",
"role": "tool_call_result",
"time": 1760427306048,
"result": "Invalid transfer target or agent not found",
"toolCallId": "call_IQE1Oaz3op48JltIJotr8DwO",
"secondsFromStart": 21.691
}
this didn't
Message 4
tool_calls
12:51:22 PM
Copy
{
"role": "tool_calls",
"time": 1760428282753,
"message": "",
"toolCalls": [
"0": {
"id": "call_zt6ypKnIUbIr1HaJtmrNamWm",
"type": "function",
"function": {
"name": "transfer_call_tool",
"arguments": "{\"target\": \"maintenance agent\"}"
}
}
],
"secondsFromStart": 4.817
}
Message 5
tool_call_result
12:51:22 PM
Copy
{
"name": "transfer_call_tool",
"role": "tool_call_result",
"time": 1760428282756,
"result": "Transfer initiated.",
"toolCallId": "call_zt6ypKnIUbIr1HaJtmrNamWm",
"secondsFromStart": 4.82
}
on the table ended reason for first is Customer Ended Call and the second Assistant forwarded CallVapi Support Bot
10/14/2025, 8:03 AMdestinations array** in your assistant configuration. For example:
json
{
"type": "transferCall",
"name": "transfer_call_tool",
"destinations": []
}
This setup guarantees that Vapi will send a transfer-destination-request webhook to your server, regardless of arguments, allowing you to handle routing logic dynamically in your webhook handler.
See more: [Dynamic Transfers Guide](https://docs.vapi.ai/calls/call-dynamic-transfers#create-a-dynamic-transfer-tool)
Source:
- [Dynamic call transfers](https://docs.vapi.ai/calls/call-dynamic-transfers)Toph
10/14/2025, 8:05 AMChiranjeet Mishra
10/16/2025, 4:26 AMToph
10/16/2025, 5:58 AMtransfer-destination-request event - passing object in arguments
0199e945-f16c-777f-a5ce-6eda28606160
0199e69e-d3db-7aad-b345-2a8288b0135d
Does trigger the transfer-destination-request event - not passing object or any value in arguments
0199e698-4916-711a-9fba-44681a74bb4f
0199e694-5f02-7ff5-9006-f085e1a99e51Toph
10/16/2025, 5:59 AMChiranjeet Mishra
10/18/2025, 2:00 AM