Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Allow to unsubscribe an user from newsletter #1756

Open
3 tasks
mkucmus opened this issue Dec 9, 2021 · 0 comments · May be fixed by #1928
Open
3 tasks

[FEATURE] Allow to unsubscribe an user from newsletter #1756

mkucmus opened this issue Dec 9, 2021 · 0 comments · May be fixed by #1928

Comments

@mkucmus
Copy link
Collaborator

mkucmus commented Dec 9, 2021

Description

There should be a place to allow to an user to unsubscribe provided email from newsletter.

Acceptance criteria

  • there is a dedicated page for such action, like another menu in "my account" for logged in users
  • consider the feature to be available for guest customers too (if it make sense and it's possible to do so)
  • POST /newsletter/unsubscribe is used to Remove a newsletter subscription for given email:
    request's payload:
{
  "email": "string"
}
@mkucmus mkucmus added this to the v1.5.4 milestone Aug 2, 2022
@mdanilowicz mdanilowicz linked a pull request Aug 3, 2022 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant