kevmar
01/22/2026, 6:44 PMVapi Support Bot
01/22/2026, 6:46 PM.mp3 or .wav) and configure your VAPI voicemail assistant to play it before recording. Just provide the URL to your beep audio in the tool configuration like this:
json
{
"messages": [
{
"type": "request-start",
"content": "https://yourdomain.com/beep.mp3"
}
]
}
This ensures callers hear a clear beep before leaving their message.
For more details, see the [VAPI voicemail tool documentation](https://docs.vapi.ai/tools/voicemail-tool).
Source:
- [Voicemail Tool Documentation](https://docs.vapi.ai/tools/voicemail-tool)kevmar
01/22/2026, 6:48 PMkevmar
01/22/2026, 6:49 PMVapi Support Bot
01/22/2026, 6:50 PMChiranjeet Mishra
01/22/2026, 6:56 PMHarry
01/22/2026, 7:16 PMfirstMessage for the assistant, so I assume that a full default voicemail greeting along with a "beep" could be used for this first message?
https://docs.vapi.ai/api-reference/webhooks/server-message#response.body.messageResponse.AssistantRequest.assistant.firstMessage
It sounds like it wouldn't be possible to first read a TTS message as the first message, and then play a "beep" sound after that concludes though?Chiranjeet Mishra
01/22/2026, 7:35 PMHarry
01/22/2026, 7:51 PMChiranjeet Mishra
01/22/2026, 7:56 PMHarry
01/22/2026, 8:00 PMOperations📟
01/22/2026, 10:14 PMHarry
01/26/2026, 3:22 PMChiranjeet Mishra
01/26/2026, 6:35 PM