Amazon Connect block "Error" branch information

1

For example "Get Customer Input" block exits with "Error" branch. I whant to make a call to lambda function and provide some information about error to lambda. Is there any way to get error description at this moment? Maybe some attribute?

  • +1 (CFBR)

    Enter image description here

    It would be great to have!

Daniil
已提問 4 個月前檢視次數 112 次
2 個答案
0

There is no direct access to the error details hence a block returns an error condition from the Contact Flow. Depending on your use-case you may want to ensure you have Logging enables on your Contact Flow and handle the error message from the CloudWatch Log which is being created for every contact. When calling the Lambda you can reference the ContactID to find the right log stream for that.

See more information on Best Practices for Amazon Connect and Track Events as customers interact with flows .

profile pictureAWS
faddi
已回答 4 個月前
profile picture
專家
已審閱 2 個月前
0

Yes, I know that there is an error inside logs and I also know that we can create subscription filter for log group and invoke lambda from there. But the problem is that this log entry does not contains any information about contact attributes such as user defined attributes, system etc. only contactId. We have to search across all log entries with this contactId to find some usefull information.

Daniil
已回答 4 個月前

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

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

回答問題指南