Contact list in AWS SES console

0

I cannot find a way to access my contact list in the AWS SES Console. Does it not appear there by design?

asked 5 months ago261 views
2 Answers
1

Hi,

You can not interact with users from your cloud console. You will need to use the API.

https://docs.aws.amazon.com/ses/latest/dg/sending-email-list-management.html

answered 5 months ago
1

You're correct - AWS SES does not provide a way to view or manage your contact lists directly within the SES console.

The SES contact lists are designed to be programmatically managed via the SES APIs. Some key points:

  • You cannot view, search, or modify contacts through the SES dashboard. All contact list management must be done via API calls.

  • The contacts themselves are stored in SES - the API calls allow creating, listing, updating, and deleting contacts.

  • You provide and manage contact email addresses and attributes like first name, last name etc via the API.

  • You can integrate the APIs with your own applications, Lambda functions, etc to build customized contact management workflows.

So in summary - the SES contact list capabilities are intentionally API-based by design. The contacts are stored and managed by SES behind the scenes, but the console does not expose any way to directly access or view them. You have to use the APIs for any contact list operations.

AWS
Saad
answered 5 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