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?

已提問 1 年前檢視次數 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
已回答 1 年前
  • 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.

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

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

回答問題指南