Saidy Vidales
04/25/2025, 4:43 PMVapi Support Bot
04/25/2025, 4:44 PMfirstMessage
and firstMessageMode
parameters, which might help prevent the values from resetting. Here's an example:
javascript
const assistant = {
// other configurations
firstMessage: "Hello! I'm your AI assistant. How may I help you today?",
firstMessageMode: "assistant-speaks-first",
// Add your voicemail and end call messages here
voicemailMessage: "Please call back when you're available.",
endCallMessage: "Goodbye."
};
If this doesn't work, check your assistant ID configuration on the phone number.
Sources:
- [Discord conversation about configuration issues](https://discord.com/channels/1211482211119796234/1340603345701830736)
- [Discord conversation about assistant ID configuration](https://discord.com/channels/1211482211119796234/1336652401733668864)Shubham Bajaj
04/25/2025, 5:55 PM