Creating a New Reminder
To create a new reminder, simply click the Create Reminder button:
Complete the form and click the Create Reminder button:
*Note* Think of the cron as a scheduler that looks at the reminders and when the cron expression matches the current date and/or time, it processes the reminder. The form links to a cron expression helper but here is a general breakdown of how the expression is structured:
Key | Minute | Hour | Day of month | Month | Day of week |
Values | 0 - 59 | 0 - 23 | 1 - 31 | 1 - 12 | MON - SUN |
Example Expression | 30 | 9 | 10 | * | * |
The example expression would send a reminder at 9:30 am on the 10th of every month.
To leave part of the expression blank, use an asterisk.
You will see a success message and be viewing the new reminder.