Newer Version Available
Reminder Nonrecurring Schedule Input
Input representation of the nonrecurring schedule of a reminder.
- JSON example
- Here’s a sample to configure a nonrecurring reminder.
-
1{ 2 "schedule": { 3 "scheduleType": "NonRecurring", 4 "firstReminderInterval": 1, 5 "secondReminderInterval": 3, 6 "thirdReminderInterval": 5, 7 "fourthReminderInterval": 7 8 } 9} - Properties
-
Name Type Description Required or Optional Available Version firstReminderInterval Integer Number of days after which the first reminder is sent. Required 60.0 fourthReminderInterval Integer Number of days after which the fourth reminder must be sent. Optional 60.0 secondReminderInterval Integer Number of days after which the second reminder must be sent. Optional 60.0 scheduleType String Schedule type of the reminder. Valid value is NonRecurring.
Required 60.0 thirdReminderInterval Integer Number of days after which the third reminder must be sent. Optional 60.0