How can I play a custom audio message (greeting) to an inbound customer every time agent answers a call AND the message played is specific to the agent?

0

An agent will record their own custom greeting, "Thank you for calling [...] How can I help you?". We want the ability to play that audio immediately as soon as the inbound call is connected to the agent. We currently have a custom CCP UI and are using amazon-connect-streams to initialize and handle agents and contacts.

asked a year ago228 views
3 Answers
0

Hello, With a flow that has “Set working queue” and then “Transfer to queue”, I dont think it will work - cause no block can be played after the “Transfer to queue” block. However, if you set the Agent queue instead of a standard queue, then perhaps you could use a flow that has “Set working queue” -> “Play prompt” -> “Transfer to queue”

AWS
answered a year ago
0

Hello,

Can you please try the following Doc might be useful for your Scenario https://docs.aws.amazon.com/connect/latest/adminguide/dynamically-select-prompts.html

Best Regards, Ramy Hussein

RamyH
answered a year ago
0

You could accomplish this as part of a customer whisper flow using prompts from an S3 bucket.

Custom implementation would be required to resolve an agent ARN to the specific prompt you are looking to play (Lambda and DynamoDB could be an example), but prompts from an S3 bucket are the recommended pattern for dynamic recorded audio greetings.

profile pictureAWS
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions