What are some example use cases for this feature?
Use Case 1 – Editing Reminder Time
Suppose a reminder rule is configured to send reminders three times after a survey invitation — on Day 2, Day 4, and Day 6 — all scheduled for 6:00 PM in the user’s local time zone.
- Case A: The user updates the reminder time before the second reminder is executed (e.g., changes 6:00 PM to 7:00 PM).
The new time applies to the remaining reminders (Reminder Two and Reminder Three).
- Case B: The user changes the time after the second reminder has already been sent but before the third one.
The new time applies only to the next pending reminder (Reminder Three).
- Case C: The user updates the time to an earlier value after the scheduled time for that day has already passed (e.g., from 6:00 PM to 5:30 PM on the same day).
The system skips that day’s reminder and moves it to the next day at the updated time.
Use Case 2 – Excluding a Reminder Occurrence
You have a reminder rule with multiple occurrences (e.g., Reminder One, Reminder Two, Reminder Three).
If a specific reminder (for example, Reminder Two) falls on a day that should be skipped, such as a holiday or weekend, you can exclude it.
Example:
- Reminder Rule set for 3 occurrences:
- Reminder One → Day 2 after invitation
- Reminder Two → Day 4 after invitation
- Reminder Three → Day 6 after invitation
- Reminder two falls on a excluded date
- On Day 4: Reminder Two is skipped.
- The system sends Reminder Two on the next valid, non-excluded day at the configured time.
- Reminder Three is scheduled relative to the day Reminder Two was sent.
Use Case 3 – Deleting a Reminder Rule
If the user deletes a reminder rule (for example, to stop Reminder Two from sending),
All future reminders under that rule will be cancelled.
Use Case 4 – Adding a New Reminder
If reminders were configured for three occurrences (Day 2, Day 4, and Day 6) and the user wants to add another (e.g., Day 7),
This is currently
not supported as the maximum reminder count is fixed at rule creation.
Each reminder rule can be configured with a unique time, allowing reminders to align with regional peak response hours.