Definitions
Channels in Novu
subscriberId
.
actor
refers to a user or subscriber who initiates actions that trigger events within the system. Each actor is uniquely identified by an “actorId,” also known as “subscriberId,” which distinguishes them from others.
Actors hold user-related variables, such as subscriber properties and data payload, containing information like names, emails, and custom data.
Additionally, actors can enhance notifications by allowing their avatars to be displayed, improving the context and identification of notifications.
Including actors in event data enables precise tracking and personalization of actions and events in the Novu platform.
Organizations in Novu
development
and production
.
Development environment
: The development environment is used for testing purposes and validating notification changes prior to committing them to the production environment.Production environment
: It will be your live/production environment, you cannot make changes to this environment directly. You will first have to make the changes in the development
environment and then promote it to production
. This is a read-only environment.