- Object types
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 |
|---|---|---|
notificationType | String | A string that points to an item from Option List NotificationTypes. |
isUserOwned | Bool | A boolean that defines if the notification is global or assigned to a specific user. |
user | Link | A link to the User Object for which the notification applies (if user-owned). |
channels | 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 | OrderCompleted |
| Download failed | OrderFailed |
| Download partially failed | OrderPartiallyFailed |
| Embeddings job completed | EmbeddingsJobCompleted |
| Embeddings job failed | EmbeddingsJobFailed |
| Enrichment with AI completed | EnrichmentWithAICompleted |
| Enrichment with AI failed | EnrichmentWithAIFailed |
| Enrichment with AI partially failed | EnrichmentWithAIPartiallyFailed |
| Entity copy completed successfully | CopyEntityAsyncCompleted |
| Entity copy completed with errors | CopyEntityAsyncFailed |
| Entity copy started | CopyEntityAsyncCreated |
| External action execution completed | ExternalActionExecutedSuccessfully |
| External action execution failed | ExternalActionExecutedUnSuccessfully |
| Import completed | ImportCompleted |
| Import failed | ImportFailed |
| Mass edit job completed | MassEditJobCompleted |
| Mass edit job failed | MassEditJobFailed |
| Mentioned in a content annotation | AnnotationWithMention |
| Mentioned in a modified comment | DiscussionModified |
| Mentioned in a new comment | DiscussionCreated |
| Print entity generation completed | PrintEntityGenerationCompleted |
| Public link conversion configuration reset | PublicLinkConversionConfigRes |
| Reporting log export completed | ReportingLogOrderCompleted |
| Reporting log export failed | ReportingLogOrderFailed |
| Sharing email failed to send | SharingEmailFailedToSend |
| Sharing email sent | SharingEmailSent |
| Subtitles completed | SubtitlesCompleted |
| Subtitles failed | SubtitlesFailed |
| Subtitles queued | SubtitlesQueued |
| Task assigned to me | TaskCreated |
| Task declined that I created | TaskDeclined |
| Task done that I created | TaskDone |
| Task reminder | TaskReminder |
| User audit log order completed | UserAuditLogOrderCompleted |
| User audit log order failed | UserAuditLogOrderFailed |
| Video indexer completed | VideoIndexerCompleted |
| Video indexer failed | VideoIndexerFailed |
| Video indexer queued | VideoIndexerQueued |
| Work assigned to me | WorkAssignedToMe |
Example
If you have suggestions for improving this article, let us know!