Pre-Recorded Voice message ?
# support
a
Is there a way to make vapi drop a pre-recorded voice mail message instead of generating one every time a prospect doesn't pickup ? to save cost
v
Hi @A. Salem, I'm an AI assistant for Vapi. I'll analyze available sources and get back to you shortly.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Create Assistant]() * [Create Phone Call]() * [Get Assistant]() * [Outbound Sales Example]() -----------------------------
### Answer Yes, Vapi allows you to set a pre-recorded voicemail message using the
voicemailMessage
attribute when configuring an assistant. This can be a URL to a containerized audio file (like mp3 or wav), and if set, this message will be played when the call is forwarded to voicemail. This feature enables you to use a standard message without generating a new one each time, potentially saving costs if the same message is applicable each time [(1)]() .
Copy code
json
{
  "voicemailMessage": "https://example.com/path_to_pre_recorded_message.mp3",
  "voicemailDetectionEnabled": true
}
a
great
v
Glad I could be helpful. Feel free to create a new thread with any new questions you may have.
3 Views