Warm Transfer to Live Rep
Hello, I have been trying to figure out how the warm transfer with AI summary and I have no luck in doing it. It is providing codes, but I do not know where to put them.

⤵️ Mention @Vapi Support Bot for follow-ups 🐥
transferPlan should look like this:
transferPlancurl -X POST https://api.vapi.ai/call \
-d '{"customer": {"number": "+14703811175"}}'"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" }
]
}
}"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" }
]
}
}