Add multiple values ??to a custom attribute
-
Hi! Can I add multiple values ??to a custom attribute and send push notifications to users with at least one of them?
In my site, a person can have many different roles. For example, user A has the roles: “Role 1”, “Role 2”, and user B has the roles: “Role 2”, “Role 3”.
I want to add a custom attribute so that I can send push notifications to users with the role I want. In the above case I want that when I send a custom push notification to person with role 2 both person A and B receive it.I tried following the instructions in the attached link, but when checking in the Web Console, the custom attribute value shows as “Array”. And if I use the API to send notifications, all the role 1, 2, 3 attributes don’t work. But if I set the attribute as “Array”, the notification is sent. Was I doing it wrong?
Thank you!
The page I need help with: [log in to see the link]
- The topic ‘Add multiple values ??to a custom attribute’ is closed to new replies.