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
posta 4 mesi fa116 visualizzazioni
2 Risposte
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
con risposta 4 mesi fa
profile picture
ESPERTO
verificato 2 mesi fa
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
con risposta 4 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande