Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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