Send notification

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:

  1. Configure an Action: Set up an Action in TagoIO to trigger your analysis when the specified variable meets your criteria.
  2. Retrieve Device Tags: In your analysis, start by retrieving the tags associated with the device.
  3. Filter Users: Use the device tags to filter the users who should receive the notification.
  4. 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.