https://help.tago.io/portal/en/kb/articles/11-notification Notification
Retrieves all notifications from the application with optional filtering.
Optional
queryObj: NotificationQueryhttps://help.tago.io/portal/en/kb/articles/11-notification Notification
If receive an error "Authorization Denied", check policy Profile / Access notification in Access Management.
const result = await Resources.notifications.list({ read: false, amount: 10 });
console.log(result); // [ { id: 'notification-id-123', title: 'System Update', message: 'Features', ... } ]
Marks all notifications in the application as read.
https://help.tago.io/portal/en/kb/articles/11-notification Notification
Marks one or multiple notifications as read.
https://help.tago.io/portal/en/kb/articles/11-notification Notification
Marks one or multiple notifications as unread.
https://help.tago.io/portal/en/kb/articles/11-notification Notification
Records when a notification button is pressed by the user.
https://help.tago.io/portal/en/kb/articles/11-notification Notification
Permanently deletes a notification from the system.
https://help.tago.io/portal/en/kb/articles/11-notification Notification
Creates a new notification in the system.