# Group Voicemail

{% hint style="info" %}
Read this if you have Smart Apps in use that have been ordered before 21 october 2024. New Smart Apps documentation can be found within the [Marketplace](https://manuals.dialox.ai/store/marketplace-apps).
{% endhint %}

The Group Voicemail (previously called Company Voicemail) template can be used as an alternative voicemail box. Simple forward your calls to this bot whenever you are unavailable. The Company Voicemail template is configured with only one Flow: playbook. Read about flows in the [Flows](https://manuals.dialox.ai/studio/flows) section to understand what type of nodes your can use for configuring the Voicemail bot for your use case.

## Quick steps

### Generic setup

1. Make sure your [phone channel](https://manuals.dialox.ai/studio/channels/phone) is enabled
2. Make sure to change the [Send Note](https://manuals.dialox.ai/studio/flows/nodes/note-create) node to a [Send email](https://manuals.dialox.ai/studio/flows/nodes/send-email) node and fill in the email address, see step 6 below under playbook.

### Playbook

Make sure to review and change the following nodes in the Playbook flow. Click on Flows and then open your Playbook.

<figure><img src="https://3356808761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEBQHGJABNTj5ISSOTRxM%2Fuploads%2FM6XnHmdu96m6y41kcCMU%2FScreenshot%202024-03-21%20at%2009.36.10.png?alt=media&#x26;token=cf437e3c-1b5c-4955-918d-c45c12dbcdde" alt=""><figcaption></figcaption></figure>

Review the following nodes:

1. [say](https://manuals.dialox.ai/studio/flows/nodes/say) welcome text (can be used to be more specific about whoms voicemail it is)
2. say what is expected now (we need some details)
3. [ask name](https://manuals.dialox.ai/studio/flows/nodes/ask-name)
4. [ask phone](https://manuals.dialox.ai/studio/flows/nodes/ask-phone)
5. [ask open](https://manuals.dialox.ai/studio/flows/nodes/ask-open) for the reason of the call
6. [send note](https://manuals.dialox.ai/studio/flows/nodes/note-create) (replace this for [send email](https://manuals.dialox.ai/studio/flows/nodes/send-email) to receive an email instead of a note in the studio)
7. say what can be expected from here (we will call you back asap)
8. say goodbye

<figure><img src="https://3356808761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEBQHGJABNTj5ISSOTRxM%2Fuploads%2FnVJJEc07h7EahWTAUvBf%2FScreenshot%202024-03-21%20at%2009.39.41.png?alt=media&#x26;token=17d75b54-89a7-41cc-aca9-704667fa7491" alt=""><figcaption></figcaption></figure>

Notes that are generated by your Voicemail are collected in the Notes section. There notes can be followed up by marking them as completed. This way you'll never forget to follow up on made promisses by your bot. Notes can also be integrated in your (back office) systems using the [nodes API](https://developer.dialox.ai/dev/rest/#/Notes) and [Note Webhook](https://developer.dialox.ai/dev/webhooks/#note-events).

## Skills

* [Base flows](https://manuals.dialox.ai/store/skills/base-flows)
* [Phone flows](https://manuals.dialox.ai/store/skills/phone-flows)

The node type [Send SMS](https://manuals.dialox.ai/studio/flows/nodes/send-sms) is excluded from this bot template.
