Luiz Fernando Seibel Carrilho
03/12/2026, 11:32 AMVapi Support Bot
03/12/2026, 11:33 AMtransferPlan like this:
json
"transferPlan": {
"mode": "warm-transfer-with-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" }
]
}
}
This will ensure the operator hears a summary of the call before being connected. For more details, see the documentation I have found: https://docs.vapi.ai/call-forwarding.
Source:
- [Call Forwarding Documentation](https://docs.vapi.ai/call-forwarding)Chiranjeet Mishra
03/23/2026, 5:44 AM