SalvationX_X
12/14/2025, 9:07 PMChiranjeet Mishra
12/14/2025, 9:07 PMVapi Support Bot
12/14/2025, 9:08 PMjson
{
"tools": [
{
"type": "handoff",
"destinations": [
{
"type": "assistant",
"assistantId": "next-assistant-id",
"variableExtractionPlan": {
"schema": {
"type": "object",
"properties": {
"transferId": { "type": "string", "description": "Transfer ID" }
},
"required": ["transferId"]
}
}
}
]
}
]
}
This ensures your transfer ID is extracted and available to the transfer assistant.
See the [handoff tool documentation](https://docs.vapi.ai/tools/handoff) for more details.
Source:
- [Handoff Tool Documentation](https://docs.vapi.ai/tools/handoff)SalvationX_X
12/14/2025, 9:10 PMChiranjeet Mishra
01/07/2026, 5:25 PM