RE: Amazon Connect - Populate contact Attributes for Dropped

0

Hi, We have callflow which collect callers data from backend using Lambda.

Some scenarios, Callers are dropping calls before those data are populated to Contact Attributes.

How can we populate those data after DISCONNECT message is received?

Thanks, Selva

已提問 1 年前檢視次數 241 次
1 個回答
1

Hi Selva, I'm assuming you're currently using an "Invoke AWS Lambda function" block in your contact flow to call the Lambda, and then using "Set contact attributes" to populate the attributes from the Lambda return value. If the call disconnects during that time (eg while the Lambda is executing) the contact flow will stop running and the attributes won't be set.

In this situation, you can use the UpdateContactAttributes API to populate the values. Use the contact records stream to check each completed call; if it doesn't have the attributes populated you can invoke your logic to look up the customer details and update those attributes.

AWS
已回答 1 年前
profile pictureAWS
專家
已審閱 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南