Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2.01 KB

activitynotificationsubscriberresponsedto.md

File metadata and controls

23 lines (18 loc) · 2.01 KB

ActivityNotificationSubscriberResponseDto

Example Usage

import { ActivityNotificationSubscriberResponseDto } from "@novu/api/models/components";

let value: ActivityNotificationSubscriberResponseDto = {
  subscriberId: "<id>",
  id: "<id>",
};

Fields

Field Type Required Description
firstName string First name of the subscriber
subscriberId string ✔️ External unique identifier of the subscriber
id string ✔️ Internal to Novu unique identifier of the subscriber
lastName string Last name of the subscriber
email string Email address of the subscriber
phone string Phone number of the subscriber