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
Client error: POST https://onesignal.com/api/v1/notifications resulted in a 400 Bad Request response: {"errors":["Segment user_id is not a valid filter field.","Segment device_id is not a valid filter field."]}
#90
Open
ijazbhatti007 opened this issue
Oct 8, 2018
· 4 comments
Client error: POST https://onesignal.com/api/v1/notifications resulted in a 400 Bad Request response: {"errors":["Segment user_id is not a valid filter field.","Segment device_id is not a valid filter field."]}
I am trying to send using tags
The text was updated successfully, but these errors were encountered:
When you are making calls to send notification using the tags what library does is it translates your tags calls to filter calls which onesignal expects for tags.
Client error:
POST https://onesignal.com/api/v1/notifications
resulted in a400 Bad Request
response: {"errors":["Segment user_id is not a valid filter field.","Segment device_id is not a valid filter field."]}I am trying to send using tags
The text was updated successfully, but these errors were encountered: