1

Enable Notifications in the Velt Console

  • Go to the Notifications section in the Configurations section of the Velt Console and enable Notifications.
Notifications will not work if you do not enable this first.
2

Add the Notifications Tool component

  • Place the Velt Notifications Tool component wherever you want the Notifications button to appear.

<div className="toolbar">
  <VeltNotificationsTool/>
</div>
3

(optional) Embed Notifications Panel

  • By default, the Velt Notifications Panel is automatically added or removed when you use the Velt Notifications Tool.
  • However, if you want to create a dedicated page or dedicated section for Notifications, you can embed the Velt Notifications Panel component directly there.

<div className="toolbar">
  <VeltNotificationsPanel />
</div>