Hi all,
I’m looking for a way, to send a notification to group of users based on their status in that group.
E.g. I have a group “family” where the status is either home or not_home - depended on whether at least one member of the group is home or not.
Now i want to send a notification to only those members of that group, who are at home at the time being.
How could i achieve that?
Hi Philip,
I am not at all an expert, but i would think that you would need to play around with the condition and the trigger. I think this example is a good start as it selects those that are at home as you want:
So basically you keep your trigger and then the notify service goes to those that fit the template, i.e. being at home.