Share via


TemplateNotificationContent interface

A request to send a template notification.

Extends

Properties

kind

Message notification type is template.

template

The template object used to create templates.

Inherited Properties

channelRegistrationId

The Channel Registration ID for the Business Identifier.

to

The native external platform user identifiers of the recipient.

Property Details

kind

Message notification type is template.

kind: "template"

Property Value

"template"

template

The template object used to create templates.

template: MessageTemplate

Property Value

Inherited Property Details

channelRegistrationId

The Channel Registration ID for the Business Identifier.

channelRegistrationId: string

Property Value

string

Inherited From NotificationContentParent.channelRegistrationId

to

The native external platform user identifiers of the recipient.

to: string[]

Property Value

string[]

Inherited From NotificationContentParent.to