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

Unable to send user-to-user push notification by using with filter email. #8

Open
Suryanandsingh opened this issue Dec 6, 2019 · 1 comment

Comments

@Suryanandsingh
Copy link

Hi,
I am trying to send push notification to one user to another user using email.
Could you please help me?
Because I have tried filter method but I was unsuccessful.

filter_notification = FilterNotification(
contents={
"en": "hello"
},
filters=[
Filter.Email('[email protected]')
]
)
res = client.send(filter_notification)
print(res)

Error -> {'id': '', 'recipients': 0, 'errors': ['All included players are not subscribed']}

Thanks

@LucasHild
Copy link
Owner

LucasHild commented Jan 28, 2020

This should have been fixed in f0d4752. Can you check whether it works now?

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

No branches or pull requests

2 participants