Share via


TextNotificationContent interface

A request to send a text notification.

Extends

Properties

content

Message content.

kind

Message notification type is text.

Inherited Properties

channelRegistrationId

The Channel Registration ID for the Business Identifier.

to

The native external platform user identifiers of the recipient.

Property Details

content

Message content.

content: string

Property Value

string

kind

Message notification type is text.

kind: "text"

Property Value

"text"

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