Vapi Support Bot
04/01/2025, 12:11 PMPATCH https://api.vapi.ai/squad/:id
), you'll need:
- Authorization header with your bearer token
- A JSON request body that includes:
json
{
"members": [...],
"membersOverrides": {
"messages": [
{
"type": "request-start",
"content": ""
}
]
}
}
## 4. Using the transferCall Tool with Empty Message
According to [community discussions](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341910696182681613), you can configure the transferTool object with an empty message:
javascript
const transferTool = {
type: 'transferCall',
destinations: [{
type: 'assistant',
assistantName: 'Squad Member 2',
transferMode: 'rolling-history',
message: '' // Silent transfer
}]
};
## 5. Try the New Transfer ModeVapi Support Bot
04/01/2025, 12:11 PMswap-system-message-in-history-and-remove-transfer-tool-messages
that might help with controlling the transfer behavior according to the [Vapi changelog](https://docs.vapi.ai/changelog).
Would you like me to elaborate on any of these approaches or help troubleshoot further if these don't work?
Sources:
- [Discord discussions](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333858668730515689)
- [Community discussions](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341910696182681613)
- [Vapi changelog](https://docs.vapi.ai/changelog)Kings Big
04/01/2025, 8:29 PMDamian
04/02/2025, 12:32 PMKings Big
04/06/2025, 12:37 PMDamian
04/08/2025, 1:19 PMm
04/08/2025, 8:44 PMKings Big
04/10/2025, 9:48 PMKings Big
04/10/2025, 9:48 PM