Closed
Description
Problem:
- Currently, users need to login in before there are able to unsubscribe from emails. The unsubscribe link links to https://gitpod.io/notifications. Legally we must provide a way to unsubscribe within a single page [1].
- With the new newsletter widget, people that don't have a Gitpod account can also sign up for emails. They need to have an option to unsubscribe from emails as well.
Solution:
Creating an API where people can unsubscribe without logging in
Acceptance criteria:
- Create an "Unsubscribed successful" page on website
- Create a new API on the server
- Change links in the email campaigns to redirect to the new API
Note: changes in /notification are already automatically forwarded and updated in customer.io
Context:
customer.io docs
internal discussion