astray
09/03/2025, 6:27 AMVapi Support Bot
09/03/2025, 6:28 AMtools array.
Try using the following format for your transferCall tool:
json
"tools": [
{
"type": "transferCall",
"destinations": [
{
"type": "number",
"number": "+145636436245345",
"message": "I am forwarding your call to ALEX. Please stay on the line."
}
]
}
]
Remove the transferPlan and summaryPlan fields, as they are not part of the supported schema for transferCall destinations.
[See the documentation example here.](https://docs.vapi.ai/tools/default-tools#transfer-call)
Source:
- [Default Tools Transfer Call](https://docs.vapi.ai/tools/default-tools#transfer-call)