I want to send notification to my users following conditions on a variable value for all my devices which will have a tag related to the user_id. How can I proceed with analysis ?
Hi Olivia Esso,
Here are the steps to configure an Action to trigger your analysis based on the value of a desired variable:
- Configure an Action: Set up an Action in TagoIO to trigger your analysis when the specified variable meets your criteria.
- Retrieve Device Tags: In your analysis, start by retrieving the tags associated with the device.
- Filter Users: Use the device tags to filter the users who should receive the notification.
- Send Push Notification: Send a push notification to the filtered users.
For more detailed instructions, please refer to the Notifications for Users using Analysis documentation.