AWS Connect - Contact Search API

1

Hi, Is there available API (AWS SDK) for getting all the contacts details use in Contact Search page in AWS Connect url - https://example-ste.my.connect.aws/contact-search or i could use this api endpoint (https://example-ste.my.connect.aws/contact-search/api/search/contacts) in my server?

질문됨 일 년 전1312회 조회
2개 답변
1

We just launched an API to search for contacts similar to the functionality provided by Contact Search.

API Documentation: https://docs.aws.amazon.com/connect/latest/APIReference/API_SearchContacts.html

What's New Post: https://aws.amazon.com/about-aws/whats-new/2023/12/amazon-connect-contact-lens-api-search-contacts/

AWS
답변함 5달 전
  • Will it allow you to search via system phone number do you know?

0

there is no API to do a search like Contact Search. But if you have a specific Contact ID that you want to get more detail information.

You can use these two API to get most of the details: https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeContact.html https://docs.aws.amazon.com/connect/latest/APIReference/API_GetContactAttributes.html

And make sure to enable Kinesis to get your Contact Records to your S3, as well as other related items like Contact Lens and Agent evaluations to get the full details as you see in the Contact Search UI.

profile pictureAWS
답변함 일 년 전
  • Hi, Thank you for answering my question. I am using these endpoint, these endpoint has detail limitations. Do you have any idea for me to get the other details of a specific contact? I need to get the 'Customer phone number'.

  • Even with the new SearchContacts API, it still does not return the customer phone number. One workaround I have seen is to explicitly use Set Contact Attribute to create a User Defined field for the customer phone number like custPhone. Then once you get the list of contactID base on your search, you can use getContactAttribute to get the custPhone value that you set.

    Since the customer phone number is a sensitive value, do be careful handling this info.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠