Aref Karimi
Aref Karimi

Reputation: 1890

Customizing the unsubscribe URL in Amazon SNS messages

When Amazon Simple Notification Service (SNS) sends an email notification, it puts an unsubscribe link at the bottom of the message. The link points to amazonaws.com and it says that for any support the subscriber must contact "contact@amazonaws.com".

This can cause confusion for end users who receive the notifications because they would expect to get the notification from the software or web site that they know and use and not from Amazon.

Is there a way to customize the "Unsubscribe" message and link of an Amazon SNS message?

Upvotes: 1

Views: 3458

Answers (1)

E.J. Brennan
E.J. Brennan

Reputation: 46879

No, they can't be customized. If you want to control the experience better, best to roll your own solution (which can still run on AWS), but not use the SNS generated emails...

Upvotes: 1

Related Questions