Using SES subscription management with sendBulkTemplatedEmail (not sendEmail)

0

We are trying to implement Google and Yahoo's requirement for one-click unsubscribe. We only use SES to send a single email template to many recipients in high volume – therefore we use sendBulkTemplatedEmail instead of sendEmail.

We want to use SES subscription management to manage one-click unsubscribe for the emails we send via sendBulkTemplatedEmail. However, we cannot find any AWS documentation on how to do this (the only documentation relates to sendEmail, not sendBulkTemplatedEmail):

  • ListManagementOptions (and contactListName) do not appear to be listed in the allowable request fields for sendBulkTemplatedEmail. See reference.

How can we use SES's native subscription management together with sendBulkTemplatedEmail to handle Google's one-click unsubscribe requirement?

Thank you for your help.


References:

Cormac
feita há um mês61 visualizações
1 Resposta
0

Unfortunately, the sendBulkTemplatedEmail command does not work with the Amazon SES Contact List.

You can set parameters like contactListName and topicName only when using the single sendEmail command, which can be a bit frustrating when you need to send emails to a large list of contacts.

I understand that you would like to continue using SES for sending campaigns to cut costs while adhering to the latest required standards, such as one-click unsubscribe. In that case, I suggest checking out sovy.app

It integrates with your own Amazon SES account for sending emails but provides an easy way to manage contacts and launch email campaigns 🤷‍♂️

Rafal
respondido há um dia

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas