Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotificationSettingsFragment

Package version

Notification settings for a schedule.

Hierarchy

  • NotificationSettingsFragment

Index

Properties

Optional emailRecipient

emailRecipient: undefined | string

The email recipient to send notifications to (can be a list of semi-colon separated email addresses).

Optional notificationLocale

notificationLocale: undefined | string

The locale to use when sending a notification (fallback for unsupported languages is EN).

Optional status

status: EnableStatus

If notifications are enabled for this schedule (i.e. Enabled, Disabled). Possible values include: 'Enabled', 'Disabled'

Optional timeInMinutes

timeInMinutes: undefined | number

Time in minutes before event at which notification will be sent.

Optional webhookUrl

webhookUrl: undefined | string

The webhook URL to which the notification will be sent.

Generated using TypeDoc