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?

demandé il y a 6 mois293 vues
2 réponses
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

répondu il y a 6 mois
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
répondu il y a 6 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions