NotificationSettings interface
Notification settings for a schedule.
Properties
email |
The email recipient to send notifications to (can be a list of semi-colon separated email addresses). |
notification |
The locale to use when sending a notification (fallback for unsupported languages is EN). |
status | If notifications are enabled for this schedule (i.e. Enabled, Disabled). |
time |
Time in minutes before event at which notification will be sent. |
webhook |
The webhook URL to which the notification will be sent. |
Property Details
emailRecipient
The email recipient to send notifications to (can be a list of semi-colon separated email addresses).
emailRecipient?: string
Property Value
string
notificationLocale
The locale to use when sending a notification (fallback for unsupported languages is EN).
notificationLocale?: string
Property Value
string
status
If notifications are enabled for this schedule (i.e. Enabled, Disabled).
status?: string
Property Value
string
timeInMinutes
Time in minutes before event at which notification will be sent.
timeInMinutes?: number
Property Value
number
webhookUrl
The webhook URL to which the notification will be sent.
webhookUrl?: string
Property Value
string