Using Analysis to push notifications to Run User?

Using Analysis to push notifications to Run User?

@Vincent Raaijmakers

Hi, what is the common way to send a push notification to Run Users with specific tags from an Analysis? So far I’m only able to push to myself as the account profile:

const notification = new Services({ token: context.token }).Notification;
notification.send({
title: Freezing NOTIFICATION,
message: ${device.name}: The temperature is just above 0 ˚C
});

Thanks!
Vincent