You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: