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
gefragt vor 4 Monaten116 Aufrufe
2 Antworten
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
beantwortet vor 4 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten
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
beantwortet vor 4 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen