import { ActivityNotificationResponseDto } from "@novu/api/models/components";
let value: ActivityNotificationResponseDto = {
environmentId: "<id>",
organizationId: "<id>",
subscriberId: "<id>",
transactionId: "<id>",
};
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 |