Topic
Topic is a collection of subscribers that share a common interest. Subscriber can subscribe to multiple topics. When a subscriber is subscribed to a topic, they will receive notifications generated by workflows triggered to that topic.The identifier of the topic
The unique key of the topic
The name of the topic
The date the topic was created
The date the topic was last updated
TopicSubscription
TopicSubscription is a relationship between a subscriber and a topic. It is used to track which subscribers are subscribed to which topics and when they subscribed.createdAt is the date and time the subscription was created.
The internal ID generated by Novu for the subscription. Use this when referencing the subscription by its database ID.
The user-supplied key provided when creating the subscription. Use this to look up or manage a specific subscription within a topic.
The date and time the subscription was created
Topic information
Subscriber information
Context keys that scope this subscription (e.g., tenant:org-a, project:proj-123)
Subscriber
Subscriber is a user who can receive notifications. Read more about subscribers on subscribers concept page.The internal ID generated by Novu for your subscriber. This ID does not match the
subscriberId used in your queries. Refer to subscriberId for that identifier.The first name of the subscriber.
The last name of the subscriber.
The email address of the subscriber.
The phone number of the subscriber.
The URL of the subscriber’s avatar image.
The locale setting of the subscriber, indicating their preferred language or region.
An array of channel settings associated with the subscriber.
An array of topics that the subscriber is subscribed to.
Indicates whether the subscriber is currently online.
The timestamp indicating when the subscriber was last online, in ISO 8601 format.
The version of the subscriber document.
Additional custom data for the subscriber
Timezone of the subscriber
The identifier used to create this subscriber, which typically corresponds to the user ID in your system.
The unique identifier of the organization to which the subscriber belongs.
The unique identifier of the environment associated with this subscriber.
Indicates whether the subscriber has been deleted.
The timestamp indicating when the subscriber was created, in ISO 8601 format.
The timestamp indicating when the subscriber was last updated, in ISO 8601 format.