Rob
09/10/2025, 4:28 PMChiranjeet Mishra
09/12/2025, 3:44 PMvoicemail tool to your assistant configuration.
2. Define Voicemail Message:
- Even if not mandatory, including a message provides a clear response once voicemail is detected. This can be done using text-to-speech or linking to a pre-recorded audio file.
Example configuration for text-to-speech:
json
"messages": [
{
"type": "request-start",
"content": "Hi, this is {{company}}. {{message}}. Please call us back at {{phone}}."
}
]
3. Detection and Delivery:
- When voicemail indicators (like "leave a message" or "voicemail") are detected, the configured message is delivered, providing a professional and clear response to potential clients or contacts.
For more details, see the [voicemail tool documentation](https://docs.vapi.ai/tools/voicemail-tool) and consider tuning detection parameters to best suit your needs.Ham
10/02/2025, 11:33 PMChiranjeet Mishra
10/06/2025, 7:11 PM