NotificationProperties interface

The properties of the scheduled action notification.

Properties

language

Locale of the email.

message

Optional message to be added in the email. Length is limited to 250 characters.

regionalFormat

Regional format used for formatting date/time and currency values in the email.

subject

Subject of the email. Length is limited to 70 characters.

to

Array of email addresses.

Property Details

language

Locale of the email.

language?: string

Property Value

string

message

Optional message to be added in the email. Length is limited to 250 characters.

message?: string

Property Value

string

regionalFormat

Regional format used for formatting date/time and currency values in the email.

regionalFormat?: string

Property Value

string

subject

Subject of the email. Length is limited to 70 characters.

subject: string

Property Value

string

to

Array of email addresses.

to: string[]

Property Value

string[]