Notification
A Notification object represents a notification type and a list of channels that define how the notification is sent.
It is an object with the following properties:
|
Name |
Type |
Description |
|---|---|---|
|
|
String |
A string that points to an item from Option List NotificationTypes. |
|
|
Bool |
A boolean that defines if the notification is global or assigned to a specific user. |
|
|
Link |
A link to the User Object for which the notification applies (if user-owned). |
|
|
Array |
An array containing per channel a channelname and an is_checked boolean. |
The following table lists supported notifications and the associated identifiers.
|
Notification |
Identifier |
|---|---|
|
Download completed |
|
|
Download failed |
|
|
Download partially failed |
|
|
Embeddings job completed |
|
|
Embeddings job failed |
|
|
Enrichment with AI completed |
|
|
Enrichment with AI failed |
|
|
Enrichment with AI partially failed |
|
|
Entity copy completed successfully |
|
|
Entity copy completed with errors |
|
|
Entity copy started |
|
|
External action execution completed |
|
|
External action execution failed |
|
|
Import completed |
|
|
Import failed |
|
|
Mass edit job completed |
|
|
Mass edit job failed |
|
|
Mentioned in a content annotation |
|
|
Mentioned in a modified comment |
|
|
Mentioned in a new comment |
|
|
Print entity generation completed |
|
|
Public link conversion configuration reset |
|
|
Reporting log export completed |
|
|
Reporting log export failed |
|
|
Sharing email failed to send |
|
|
Sharing email sent |
|
|
Subtitles completed |
|
|
Subtitles failed |
|
|
Subtitles queued |
|
|
Task assigned to me |
|
|
Task declined that I created |
|
|
Task done that I created |
|
|
Task reminder |
|
|
User audit log order completed |
|
|
User audit log order failed |
|
|
Video indexer completed |
|
|
Video indexer failed |
|
|
Video indexer queued |
|
|
Work assigned to me |
|