跳至内容

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?

已提问 4 年前3178 查看次数

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

已回答 3 年前

  • 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.

AWS

已回答 4 年前

  • 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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。