Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 9.77 KB

activitynotificationresponsedto.md

File metadata and controls

36 lines (31 loc) · 9.77 KB

ActivityNotificationResponseDto

Example Usage

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

let value: ActivityNotificationResponseDto = {
  environmentId: "<id>",
  organizationId: "<id>",
  subscriberId: "<id>",
  transactionId: "<id>",
};

Fields

Field Type Required Description
id string Unique identifier of the notification
environmentId string ✔️ Environment ID of the notification
organizationId string ✔️ Organization ID of the notification
subscriberId string ✔️ Subscriber ID of the notification
transactionId string ✔️ Transaction ID of the notification
templateId string Template ID of the notification
digestedNotificationId string Digested Notification ID
createdAt string Creation time of the notification
updatedAt string Last updated time of the notification
channels components.StepTypeEnum[] N/A
subscriber components.ActivityNotificationSubscriberResponseDto Subscriber of the notification
template components.ActivityNotificationTemplateResponseDto Template of the notification
jobs components.ActivityNotificationJobResponseDto[] Jobs of the notification
payload components.ActivityNotificationResponseDtoPayload Payload of the notification
tags string[] Tags associated with the notification
controls components.Controls Controls associated with the notification
to components.ActivityNotificationResponseDtoTo To field for subscriber definition