Voicemail for Amazon Connect improves the customer experience and saves time by providing automated voicemail capabilities for Amazon Connect. Customers can now call in to a call center and leave a voicemail for an agent, and the voicemail recordings and transcripts are delivered to agents through SMS and email.
Benefits
Integration with Amazon Transcribe
SMS and email transcript delivery
Visual interface for administration
Overview
The diagram below presents the serverless architecture you can build using the code example on GitHub.

Voicemail for Amazon Connect architecture
Voicemail for Amazon Connect configures a serverless architecture that includes Amazon Kinesis Data Streams that Amazon Connect uses to stream contact trace record (CTR) events. The CTRs that Amazon Connect emits help determine the start and end time of each audio recording waiting to be processed. It uses an AWS Lambda function for CTR events that pass through Kinesis Data Streams. The Lambda function checks the configured transcript preferences in the voicemail system and initiates a transcript job using the Amazon Kinesis Video Streams data provided by the CTR.
Voicemail for Amazon Connect includes three Amazon DynamoDB tables: a DynamoDB table that stores agent extensions and voicemail delivery preferences; a DynamoDB table that stores the global configuration options, including encryption, transcription, and approved countries for SMS notifications; and a DynamoDB table that stores the timestamp, transcription metadata, storage location, and transcribe job status for the recordings. It stores recordings in an Amazon S3 bucket.
Voicemail for Amazon Connect uses an AWS Lambda function invoked by transcription-ready Amazon EventBridge (Amazon CloudWatch Events) events. The Lambda function uses the events provided by the transcribe service, IN_PROGRESS | COMPLETED, to deliver transcripts and audio recordings to agents. Another AWS Lambda function is invoked by DynamoDB events to deliver transcripts and recordings based on agent delivery preferences. This Lambda function creates a presigned URL using an AWS Identity and Access Management (IAM) user role, which was automatically generated by the AWS CloudFormation template and the Signature Version 4 signing process. AWS Secrets Manager stores the IAM user credentials–the access key and secret access key. Both keys are used together to create the presigned URL.
Voicemail for Amazon Connect creates and deploys the Voicemail for Amazon Connect Management Portal.
Voicemail for Amazon Connect
Version 1.1.0
Last updated: 08/2022
Author: AWS

Browse our library of AWS Solutions to get answers to common architectural problems.

Find AWS Partners to help you get started.

Find prescriptive architectural diagrams, sample code, and technical content for common use cases.