Jesus
11/05/2025, 6:29 PMJesus
11/05/2025, 6:30 PMJesus
11/05/2025, 6:30 PMVapi Support Bot
11/05/2025, 6:33 PMmaxDurationSeconds property in your transfer assistant's transfer plan. This will automatically cancel the transfer if the sales rep doesn't pick up in 10 seconds, allowing you to handle the fallback (like offering a callback) in your assistant logic. Example:
json
"transferAssistant": {
"firstMessage": "Connecting you to a sales representative.",
"maxDurationSeconds": 10,
"model": { ... }
}
Make sure your prompts handle the transferCancel event to return to the assistant if the call isn't answered or goes to voicemail.
See more: [Assistant-based warm transfer](https://docs.vapi.ai/calls/assistant-based-warm-transfer#transfer-assistant-properties)
Source:
- [Assistant-based warm transfer](https://docs.vapi.ai/calls/assistant-based-warm-transfer)Chiranjeet Mishra
11/07/2025, 6:31 PMJesus
11/12/2025, 6:43 PMJesus
11/13/2025, 5:24 PM