Notifying
We can send custom notifications to a given user group defined by its role or an individual user.
The notification is a pop-up message we display for a given published dashboard in a open web session.
In order to do so, once we select the “notify user” action,
we can generate the code snippet and use it
To view the notification:
- Open a published dashboard from the Dashboards section.
- Be sure to be connected with user or role which is associated
- trigger the notification to view it.
In the code, we need to specify:
- At least a role or a user
- the message
-the title (optional)
- the notification type ( info, warning, success or danger )
Last modified:
Mar 25, 2024
Post your comment on this topic.