Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 4.59 KB

File metadata and controls

12 lines (9 loc) · 4.59 KB

SubscriberFeedResponseDto

Fields

Field Type Required Description
id Optional<String> 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.
firstName Optional<String> The first name of the subscriber.
lastName Optional<String> The last name of the subscriber.
avatar Optional<String> The URL of the subscriber's avatar image.
subscriberId String ✔️ The identifier used to create this subscriber, which typically corresponds to the user ID in your system.