Notifications for Users
This article explains how to send push notifications to users registered in your TagoRun application, outlines how user notifications differ from account notifications, and points to the two primary methods (Actions and Analysis) for sending them.
You can push notification messages directly to the users registered in your TagoRun application. This article explains how to send notifications to your users using Actions or Analysis.
Notifications for users are similar to your account's regular notifications, but they include additional customization options.
:::info
Users registered in your TagoRun account can only receive notifications sent by your application.
:::
How to send notifications
Before sending notifications, ensure you have users registered in your account’s User Management.
There are two primary ways to send notifications to users in TagoRun:
1. Notifications using Actions See Actions for details on configuring Actions to send user notifications.
2. Notification using Analysis See Analysis for details on sending notifications from an Analysis script.
> By pushing notifications using Analysis, you can add custom buttons allowing for more interaction.