Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.46 KB

CreateNotificationRulePayload.md

File metadata and controls

19 lines (15 loc) · 1.46 KB

CreateNotificationRulePayload

Properties

Name Type Description Notes
name str Name of the notification rule
action_type NotificationActionType
criteria Filter [optional]
notification_time list[NotifyTime] List of Time Periods that notification for schedule start/end will be sent [optional]
time_restriction TimeRestrictionInterval Time interval that notification rule will work [optional]
schedules list[ScheduleRecipient] List of schedules that notification rule will be applied when on call of that schedule starts/ends. This field is valid for Schedule Start/End rules [optional]
order int The order of the notification rule within the notification rules with the same action type [optional]
steps list[CreateNotificationRuleStepPayload] List of steps that will be added to notification rule [optional]
repeat NotificationRepeat [optional]
enabled bool Defines if notification rule will be enabled or not when it is created

[Back to Model list] [Back to API list] [Back to README]