Learn about what Novu Notifications are, their structure, and functionality
_id
: Unique identifier for the notification._environmentId
: Links the notification to a specific environment (e.g., staging, production)._organizationId
: Identifies the organization that owns the notification.transactionId
: Tracks individual notification transactions for auditing and debugging.createdAt
: Timestamp indicating when the notification was created.channels
: Specifies the delivery channel, such as in-app notifications, email, SMS, or push notifications.subscriber
: Contains user-specific data:
firstName
, lastName
, email
, phone
: Information about the recipient._id
: A unique identifier for the subscriber.template
: Links the notification to a predefined message format:
_id
: Identifier for the workflow.name
: Workflow name.triggers
: Events or actions that initiate the notification (e.g., user sign-up, order confirmation).jobs
: Tracks tasks associated with processing and delivering the notification.