> For the complete documentation index, see [llms.txt](https://docs.voipnumber.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voipnumber.net/how-to/voicemail-box.md).

# Voicemail box

## Overview

With `Voicemail deposit` action you can record calls and get them sent to email, with transcription

You will also find them on your account at [app.voipnumber.net/voicemails](https://app.voipnumber.net/voicemails)

## Use Case

Enable callers to leave a message

## Setup

1. Create a Call Flow with Voicemail deposit action
2. Define recipient&#x20;
   1. *Dialed connection* for elastic recipient dynamically adjusted to match extension dialed on a call
   2. *Selected connection* for fixed recipient
3. Define prompt
4. Configure email address for email notifications (or disable them)
5. Configure beep (disable toggle if you don't want it)&#x20;

<figure><img src="/files/ON6IR4tm6Yhy3uZR8y6j" alt="" width="563"><figcaption><p>Record a message with <code>Voicemail deposit</code></p></figcaption></figure>

<figure><img src="/files/XbbbjTQqvzzzjVCpSG54" alt=""><figcaption></figcaption></figure>

✅  You now have created a regular Voicemail Box

<figure><img src="/files/YLfOIVGeuPpWH44r9bCV" alt=""><figcaption></figcaption></figure>

And what if you want to send calls with any `SIP To` headers to the same voicemail box?&#x20;

You can do this with a [Voicemail Trunk](/how-to/voicemail-trunk.md)&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.voipnumber.net/how-to/voicemail-box.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
