Can you send notifications to a badge holder?

Hello,

Im curious if its possible to send notifications to users/members who are assigned with a specifiek badge?

i can read here that all contributors or owner only can be selected. is this true ?
if not what are the values i can use ?

Hi there!

Are you attempting to send a mobile, dashboard, or browser notification to members with certain badges?

If so, you can gather a list of members by badge using listMembers() from the Wix Members Backend API.

Then using the returned ‘memberIds’, you can send them a notification via the notify() function from the Wix CRM Backend API.

1 Like

Thanks!
And sorry for my late response, i will try this out!

I know you can notify the role`s/badges by “mobile” , “dashboard” , “mail” and i know how to set this up.