NewbieinAI
06/11/2025, 12:11 AMChiranjeet Mishra
06/11/2025, 1:00 AMNewbieinAI
06/11/2025, 12:45 PMJason
06/11/2025, 5:35 PMNewbieinAI
06/11/2025, 10:03 PMVapi Support Bot
06/11/2025, 10:05 PMjson
"transferPlan": {
"mode": "warm-transfer-wait-for-operator-to-speak-first-and-then-say-summary",
"summaryPlan": {
"enabled": true,
"messages": [
{ "role": "system", "content": "Please provide a summary of the call." },
{ "role": "user", "content": "Here is the transcript:\n\n{{transcript}}\n\n" }
]
}
}
If you are already using Twilio and still have issues, please check your telephony integration settings or contact Vapi support for further troubleshooting.
Reference: [Vapi Warm Transfer Docs](https://docs.vapi.ai/call-forwarding#4-warm-transfer-with-wait-and-say-summary)
Sources:
- [Vapi Call Forwarding Documentation](https://docs.vapi.ai/call-forwarding#4-warm-transfer-with-wait-and-say-summary)
- [Discord Support Thread](https://discord.com/channels/1211482211119796234/1366650099035541544)Vapi Support Bot
06/11/2025, 10:06 PMtransferPlan should look like this:
json
"transferPlan": {
"mode": "warm-transfer-wait-for-operator-to-speak-first-and-then-say-summary",
"summaryPlan": {
"enabled": true,
"messages": [
{ "role": "system", "content": "Please provide a summary of the call." },
{ "role": "user", "content": "Here is the transcript:\n\n{{transcript}}\n\n" }
]
}
}
Note: This feature only works with Twilio-based telephony. If you're using another provider, the summary will not be delivered and the transfer will be blind.
For more details, see the [official documentation](https://docs.vapi.ai/call-forwarding#4-warm-transfer-with-wait-and-say-summary).
Sources:
- [Vapi Docs: Warm Transfer with Wait and Say Summary](https://docs.vapi.ai/call-forwarding#4-warm-transfer-with-wait-and-say-summary)
- [Vapi Docs: Call Forwarding](https://docs.vapi.ai/call-forwarding)Kings_big💫
06/11/2025, 10:14 PMChiranjeet Mishra
06/12/2025, 4:00 PMNewbieinAI
06/13/2025, 11:54 PMKings_big💫
06/14/2025, 12:52 AMNewbieinAI
06/20/2025, 9:41 PM{
"id": "b2e2e50a-a677-4d37-8ff8",
"createdAt": "2025-06-11T13:15:02.080Z",
"updatedAt": "2025-06-20T21:39:58.190Z",
"type": "transferCall",
"function": {
"name": "human_transfer",
"description": "When user requested to be transferred to manager, sales team, or human team.",
"parameters": {
"type": "object",
"properties": {},
"required": []
}
},
"messages": [
{
"type": "request-start",
"content": "Please hold on for a moment.",
"blocking": true
},
{
"type": "request-failed",
"content": "It looks like our team is currently busy. I will get them to call you as soon as they are available.",
"endCallAfterSpokenEnabled": false
}
],
"orgId": "300f5966-741d-4841-80b7-",
"destinations": [
{
"type": "number",
"number": "1175",
"transferPlan": {
"mode": "warm-transfer-wait-for-operator-to-speak-first-and-then-say-summary",
"sipVerb": "refer",
"timeout": 20,
"summaryPlan": {
"enabled": true,
"timeoutSeconds": 35,
"useAssistantLlm": true
}
},
"numberE164CheckEnabled": true
}
]
}NewbieinAI
06/20/2025, 9:42 PMChiranjeet Mishra
06/21/2025, 4:16 AMNewbieinAI
06/23/2025, 8:44 PMNewbieinAI
06/23/2025, 8:52 PMNewbieinAI
06/24/2025, 12:42 PMNewbieinAI
06/24/2025, 12:44 PMNewbieinAI
06/24/2025, 12:45 PMNewbieinAI
06/24/2025, 12:56 PM{
"id": "abc64fad-2a0d-42bb-a794-a3de8af8d1f6",
"createdAt": "2025-06-24T12:31:55.108Z",
"updatedAt": "2025-06-24T12:48:00.458Z",
"type": "transferCall",
"function": {
"name": "human_transfer",
"description": "When customer wants to talk to a human, manager, or sales team.",
"parameters": {
"type": "object",
"properties": {},
"required": []
}
},
"messages": [
{
"type": "request-start",
"content": "Let me transfer you one moment.",
"blocking": false
}
],
"orgId": "300f5966-741d-4841-80b7-e2a7a7f4656a",
"destinations": [
{
"type": "number",
"number": "+--------",
"description": "Transfer the call",
"transferPlan": {
"mode": "warm-transfer-wait-for-operator-to-speak-first-and-then-say-summary",
"sipVerb": "refer",
"timeout": 5,
"summaryPlan": {
"enabled": true,
"messages": [
{
"role": "system",
"content": "Please provide a summary of the call."
},
{
"role": "user",
"content": "Here is the transcript:\n\n{{transcript}}\n\n"
}
],
"timeoutSeconds": 25,
"useAssistantLlm": false
}
},
"numberE164CheckEnabled": true
}
]
}Chiranjeet Mishra
06/25/2025, 3:20 AMcurl -X POST https://api.vapi.ai/call \
-d '{"customer": {"number": "+14703811175"}}'whathz
09/18/2025, 2:48 PM