Lordvickthor
09/12/2025, 3:55 PMChiranjeet Mishra
09/15/2025, 4:47 PMjson
{
"tools": [
{
"type": "transferCall",
"destinations": [
{
"type": "number",
"number": "+1234567890",
"message": "I am forwarding your call to Department A. Please stay on the line."
}
],
"function": {
"name": "transferCall",
"parameters": {
"destination": "+1234567890"
}
}
}
]
}
3. **Warm Transfer Options**: To implement a warm transfer, configure your transfer plan based on your needs:
- Warm Transfer with Summary: Set the mode to "warm-transfer-with-summary".
- Warm Transfer with Message: Set the mode to "warm-transfer-with-message".
For detailed guidance on setting up these options, please refer to the [Call Forwarding Documentation](https://docs.vapi.ai/call-forwarding).
Make sure to test the configuration to confirm it's working correctly. If you encounter issues, checking the logs for errors might provide further insights.