Notifications
Add Notifications
Use this API to add notifications.
Key Points:
- Send custom notifications to users via inbox, email, and other channels
- Support for template variables in headline messages
- Can notify specific users or all users in organization
Optional Parameters:
verifyUserPermissions: When enabled, notifications are only created for users who have access to the specified document (default: false)notificationId: Custom notification ID to prevent duplicate notifications. Only special characters_,-are allowednotifyAll: If set to true, notification will be sent to all users in the organization (default: true)notificationSourceData: Any custom object to be stored with the notification. When the user clicks on the notification, this data will be sent in the callback
š Full Documentation: https://docs.velt.dev/api-reference/rest-apis/v2/notifications/add-notifications

