YJack0000
08/11/2025, 1:25 PMYJack0000
08/11/2025, 1:26 PMThe_Fool
08/11/2025, 1:49 PMSean
08/12/2025, 2:25 PMChiranjeet Mishra
08/13/2025, 7:10 AMYJack0000
08/13/2025, 8:59 AMYJack0000
08/13/2025, 9:00 AMYJack0000
08/13/2025, 9:07 AMYJack0000
08/13/2025, 9:08 AMYJack0000
08/13/2025, 9:09 AMChiranjeet Mishra
08/14/2025, 6:01 AM{
"parameters": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"description": "The number to transfer the call to. In the format of E.164 default country code is +1"
}
},
"required": [
"destination"
]
}
}
option 2:
{
"parameters": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"description": "The number to transfer the call to. In the format of E.164 default country code is +1"
}
},
"required": [
"destination"
]
}
}YJack0000
08/14/2025, 8:29 AMYJack0000
08/14/2025, 8:30 AMconsole.error(
"[ZONIC-VAPI-WEBHOOK] No transfer number provided in function call parameters",
);
throw new Error("Transfer number is required");
}
console.log(`[ZONIC-VAPI-WEBHOOK] Transferring to: ${number} with message: "${content}"`);
// Return the transfer destination response
const response: VapiTransferDestinationResponse = {
destination: {
type: "number",
number: number,
message: {
type: "request-start",
content: content,
},
},
};YJack0000
08/14/2025, 10:47 AMYJack0000
08/15/2025, 8:40 AMYJack0000
08/15/2025, 8:41 AMYJack0000
08/15/2025, 8:42 AMYJack0000
08/15/2025, 8:43 AMChiranjeet Mishra
08/18/2025, 5:13 PMNoah Johnson
08/26/2025, 1:23 AMNoah Johnson
08/26/2025, 1:30 AMhandoff-destination-request with the handoff tool in the API, but it just hangs and never does a hdnoff, though I am not sure what the response should be from the webhook because it is not documented anywhereChiranjeet Mishra
08/27/2025, 11:23 PMNoah Johnson
08/28/2025, 3:17 PMChiranjeet Mishra
09/01/2025, 9:56 AMbibs
09/15/2025, 8:03 PMdestination entirely, I can't get VAPI to fire the transfer-destination-request event - I've opened a ticket with my test Call IDs here https://discord.com/channels/1211482211119796234/1417235104404734075Chiranjeet Mishra
09/17/2025, 7:25 PM