Newer Version Available

This content describes an older version of this product. View Latest

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
firstReminder​Interval Integer Number of days after which the first reminder is sent. Required 60.0
fourthReminder​Interval Integer Number of days after which the fourth reminder must be sent. Optional 60.0
secondReminder​Interval 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
thirdReminder​Interval Integer Number of days after which the third reminder must be sent. Optional 60.0