NotificationsData interface

Information needed for sending mail notification

Properties

data

Notification data needed

identities

List of users who should get the notification

type

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

Property Details

data

Notification data needed

data: {[key: string]: any}

Property Value

{[key: string]: any}

identities

List of users who should get the notification

identities: {[key: string]: any}

Property Value

{[key: string]: any}

type

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

type: NotificationTemplateType

Property Value