skip to Main Content

I am trying to configure Amazon Connect as a voice mail system with this flow:

Amazon Connect Flow diagram for voice mail (does not work)

The recordings are not being loaded into our configured S3 bucket.

I stumbled on this documentation that seems to indicate that this will not work because the voicemail is being left without being connected to an agent:

Screenshot from amazon that reads "A conversation is recorded only when the contact is connected to an agent. The contact is not recorded before then, when they are connected to the flow."

where the key part is: “A conversation is recorded only when the contact is connected to an agent. The contact is not recorded before then, when they are connected to the flow.”

However, it seem strange that Amazon Connect would not have some simple way to configure to leave voice mail.

My questions are:

  1. How can I change my flow to allow recording?
  2. Is there a simple way to setup voicemail on Amazon Connect?

BTW: I found this link but it involves setting up four lambda functions and before I go down that path I want to rule out the easy options (or just switch to twilio).

https://aws.amazon.com/solutions/implementations/voicemail-for-amazon-connect/

2

Answers


  1. Well Connect is a contact centre solution, not an ACD so no voicemail out of the box isn’t that surprising.

    But that link is how you can get it to handle voicemail and I have used it several times to do just that.

    Login or Signup to reply.
  2. That blog includes a CloudFormation template that makes it super-simple to implement. I’d give that a shot before switching to Twilio, Connect is a superior platform and far cheaper to run.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search