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', ... } ]
https://help.tago.io/portal/en/kb/articles/11-notification Notification
https://help.tago.io/portal/en/kb/articles/11-notification Notification
https://help.tago.io/portal/en/kb/articles/11-notification Notification
https://help.tago.io/portal/en/kb/articles/11-notification Notification
https://help.tago.io/portal/en/kb/articles/11-notification Notification
Description
Creates a new notification in the system.
See
https://help.tago.io/portal/en/kb/articles/11-notification Notification
Example
If receive an error "Authorization Denied", check policy Profile / Create notification in Access Management.