Bug: Creating and accepting a contact with empty reference will freeze the CCP

0

I noticed that one can create a task contact (I'm using boto3) with a reference with an empty string as the value. This is fine in my opinion. However, as soon as an agent accepts this contact, this will freeze the CCP and the agent will only see a white screen. The only way I found to fix this is to call stop-contact twice (once to end the task and once to get it out of ACW).

Is this a known bug? Is there another way to fix such broken contacts using the connect web GUI?

asked a year ago257 views
1 Answer
1

In the StartTaskContact API it specifies the minimum length of the references section is 1: https://docs.aws.amazon.com/connect/latest/APIReference/API_StartTaskContact.html#connect-StartTaskContact-request-References

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