Previous Topic: Customizing User NotificationsNext Topic: Display an HTML Page in Browser


Display a Pop-up Notification Dialog

To display a pop-up notification dialog, you add a JavaScript script to the notification template. This script also specifies the notification title and body text. When you edit the script, you can add the notification text directly, or you can use variables:

%scriptmessagetitle%
%scriptmessagetousers%

This is the recommended notification method; using JavaScript reduces the risk that the notification message fails to display.

More information:

Template Variables