Notifications
Notification event schema
Reference the Novu notification event schema used in API requests and responses. Review fields, data types, and object structure for this resource.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reference the Novu notification event schema used in API requests and responses. Review fields, data types, and object structure for this resource.
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier of the notification |
environmentId | string | Environment ID of the notification |
organizationId | string | Organization ID of the notification |
subscriberId | string | Subscriber ID of the notification |
transactionId | string | Transaction ID of the notification |
templateId | string | Template ID of the notification |
digestedNotificationId | string | Digested Notification ID |
createdAt | string | Creation time of the notification |
updatedAt | string | Last updated time of the notification |
channels | string[] | |
subscriber | ActivityNotificationSubscriberResponseDto | Subscriber of the notification |
template | ActivityNotificationTemplateResponseDto | Template of the notification |
jobs | ActivityNotificationJobResponseDto[] | Jobs of the notification |
payload | Record<string, unknown> | Payload of the notification |
tags | string[] | Tags associated with the notification |
controls | Record<string, unknown> | Controls associated with the notification |
to | Record<string, unknown> | To field for subscriber definition |
topics | ActivityTopicDto[] | Topics of the notification |
severity | SeverityLevelEnum | Severity of the workflow |
critical | boolean | Criticality of the notification |
contextKeys | string[] | Context (single or multi) in which the notification was sent |
| Field | Type | Description |
|---|---|---|
id | string | |
name | string | |
description | string | |
active | boolean | |
draft | boolean | |
preferenceSettings | SubscriberPreferenceChannels | |
critical | boolean | |
tags | string[] | |
steps | NotificationStepDto[] | |
organizationId | string | |
creatorId | string | |
environmentId | string | |
triggers | NotificationTrigger[] | |
notificationGroupId | string | |
parentId | string | |
deleted | boolean | |
deletedAt | string | |
deletedBy | string | |
notificationGroup | NotificationGroup | |
data | WorkflowResponseData | |
workflowIntegrationStatus | WorkflowIntegrationStatus |
ChannelTypeEnum {
IN_APP = "in_app",
EMAIL = "email",
SMS = "sms",
CHAT = "chat",
PUSH = "push"
}
Was this page helpful?