Felix WIlliam
05/16/2025, 7:19 PMJosh
05/24/2025, 7:38 AMVapi Support Bot
05/24/2025, 7:39 AMmessage
property to an empty string for each assistant destination, and ensure the destination assistant's firstMessage
is also empty. Example:
json
"assistantDestinations": [
{
"type": "assistant",
"assistantName": "NextAssistant",
"message": ""
}
],
"firstMessage": "",
"firstMessageMode": "assistant-speaks-first-with-model-generated-message"
This will prevent the assistant from announcing the transfer, making the handoff seamless for the caller.
[See full details in the documentation.](https://docs.vapi.ai/squads/silent-transfers)
Source:
- [Silent transfers documentation](https://docs.vapi.ai/squads/silent-transfers)Aniah
05/24/2025, 12:30 PM