Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 3.51 KB

vmx_prerequistes.md

File metadata and controls

35 lines (28 loc) · 3.51 KB

Voicemail Express Prerequisites

Before deploying the Voicemail Express, you will need to complete a few prerequisites. These will ensure that your Amazon Connect instance is ready for Voicemail Express. These must be completed prior to the deployment and use of Voicemail Express.

Delivery mode specific prerequisites

Setup steps for Amazon Connect Task or Guided Task delivery

For Amazon Connect Task or Guided Task delivery, you simply need to have the following configured for your Amazon Connect instance:

Setup steps for Email delivery

For email delivery, Voicemail Express uses SES. If you have not already configured SES for use in your account, you will need to perform some minimal configuration to validate email addresses.

  • There are two types of email addresses in this solution: from and to.
    • The from address will indicate where the email is from, for example [email protected]. You can dynamically assign the from address, or simply use a default. This decision can be made on a call-by-call basis.
    • The to address will be where the email is being delivered to. For agent voicemails, it should be the email address of the agent, for example: [email protected]. For queue voicemails, it would be a group address or distribution list, for example: [email protected].
    • In order for SES to send emails using your email addresses, you need to validate ownership of either the individual addresses or the entire email domain. You can follow the instructions online for creating and verifying identities in Amazon SES to accomplish this.
    • You must use verified identities/domains, or the emails will not be delivered.

Voicemail to agent emails

This solution is designed to use the agent's email address, configured in Amazon Connect, as the delivery email address. When deploying, you can select from If you wish to use a different email address, the packager function will need to be modified to account for that.

Voicemail to queues

For queues, the solution is designed to extract the email address from the queue tags. This allows you to set the address by queue. If no address is specified, the solution will used the provided default address.

Update the queue to include the email address tag

  1. Login to the Amazon Connect administration interface
  2. Select Routing, then choose Queues
  3. Select the Queue that you wish to modify
  4. In the Tags section, create a new tag with the key of vmx3_queue_email and the value set to the email address that you want voicemails delivered to for this queue.
  5. Save the queue

Prerequisites Complete

You have completed the prerequisites for Voicemail Express. You may now proceed to the installation instructions.