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
已提问 1 个月前61 查看次数
1 回答
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
已回答 21 小时前

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

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

回答问题的准则