Information needed for sending mail notification

interface NotificationsData {
    data?: { [key: string]: any };
    identities?: { [key: string]: any };
    type?: NotificationTemplateType;
}

Properties

data?: { [key: string]: any }

Notification data needed

identities?: { [key: string]: any }

List of users who should get the notification

Type of Mail Notification.Can be Qna , review or CustomerContact