AWS Connect - How to Report on Transfers to Phone Number and Flows Being Triggered

0

Hello,

We have recently set up AWS Connect and all working ok. We are trying to figure out if / how we can report on a few things:

  • How many users have been transferred to a phone number (an external number)
  • How many times users have pressed a certain option in the Get Customer Input
  • How many times a particular flow was triggered

Some of these might be linked / solved by the same answer. If anyone could a least give me a pointer on where to look I would be very grateful. If I am missing something obvious, feel free to tell me!

Thanks,

Jason

Jason
asked 7 months ago198 views
1 Answer
1
Accepted Answer

At the moment, to capture Get Customer Input as a metric, you can either name your block specifically so you can find it in Cloudwatch Log when you turn on Contact Flow logging and build a report, or you will need to set contact attributes or call a lambda on what is pressed to store these data to report

At the moment Cloudwatch Log is the way to go to count a flow being executed with Contact Flow Logging turned on.

Transferred to specific phone number, that will need to be tracked in Contact Records (fka CTR), https://docs.aws.amazon.com/connect/latest/adminguide/ctr-data-model.html#ctr-ContactTraceRecord you will see the key "TransferredToEndpoint" with a JSON object call Endpoint that will have the phone number that the agent transferred to.

profile pictureAWS
answered 7 months 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