Hello,
Is it possible to send notifications to an array of users, I have looked at the segments feature but I don’t think the conditions fulfill my use case.
Lets say my database has 10 users with their SID stored, and I want to send a notification to 4 of them based on my apps criteria, can I just create an array of sid’s and send the notification to just those 4?
Or will I have to create a loop and send 4 individual notifications, thank you.