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 ?
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.
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.