Notification scripts Setup
SETTINGS>USERS MANAGEMENT>User Management
Notifications are used to set reminders with the required frequency for any script from the dropdown list.
To open notification settings, open (or create) user with User Type “notification”. In pop-up opened, click on “Notifications” button:
Notification settings
A notification is sent to the added email/emails.
You can set the frequency of sending a notification to email/emails.
Next fields define the time when notification will be sent:
m (minute (0 - 59))
h (hour(0 - 23))
dom (day of month(0 - 31))
mon (month(1 - 12))
dow (day of week(0 - 6, Sunday to Saturday, Sunday = 0 or =7))
Example:
If you set the Monday (dow = 1), current notification will be sent every Monday.
To receive notification few times per day, use formula “*/period”
Example:
If you set the “*/2” as hours (h), notifications will be sent every two hours starting at the time you will save the settings.
To miss a field use *. The field with * will not participate in determining the time/period of sending the notification.
To use current time for getting notifications put time (only use UTC timing) in fields minute and hour.
Example:
If set like [m=30, h=12, dom=1, mon=*, dow=*], the notifications will be sent every 1st day of the month at 12:30 by UTC time.
Find more information about notification options you can here.