다음을 통해 공유


NotificationsData interface

메일 알림을 보내는 데 필요한 정보

속성

data

필요한 알림 데이터

identities

알림을 받아야 하는 사용자 목록

type

메일 알림 유형입니다. Qna, 검토 또는 CustomerContact일 수 있습니다.

속성 세부 정보

data

필요한 알림 데이터

data: {[key: string]: any}

속성 값

{[key: string]: any}

identities

알림을 받아야 하는 사용자 목록

identities: {[key: string]: any}

속성 값

{[key: string]: any}

type

메일 알림 유형입니다. Qna, 검토 또는 CustomerContact일 수 있습니다.

type: NotificationTemplateType

속성 값