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

Unsubscribe from notifications #16

Open
jadsanders opened this issue Jun 8, 2021 · 1 comment
Open

Unsubscribe from notifications #16

jadsanders opened this issue Jun 8, 2021 · 1 comment
Assignees

Comments

@jadsanders
Copy link

Allow the user to unsubscribe from all notifications (mails through the java backend, mails through the notification service) at a single unique point: https://www.sofort-impfen.de/waitlist/unsubscribe

@svettwer
Copy link

svettwer commented Jul 8, 2021

Current contract for blocking a mail address concerning notifications is:

{
  "jsonrpc": "2.0",
  "method": "removeMail",
  "params": {
    "data": "cb97080a28feeb94107dc9b1061a31653c0e4234ba3e4de3772c55cab1815e67"
  },
  "id": 42
}

The data field contains a string encoded SHA256 hashed mail address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants