Schedules

Available in Professional and Enterprise editions.

Schedules automatically generate reports and deliver them by email.

Creating a schedule

Click New Schedule.

Schedule details

FieldDescription
NameSchedule name
ReportThe report to generate
FrequencyHourly, Daily, Weekly or Monthly
Run atTime of day (HH:MM)
FormatPDF, Excel or CSV
ActiveEnable or disable

Frequency options

Daily — runs every day at the specified time.

Weekly — select one or more days of the week.

Monthly — select specific days of the month, including First and Last.

Recipients

Add email addresses by typing and pressing Enter. Each address appears as a chip.

SMTP configuration

Email delivery requires SMTP in appsettings.json:

"Scheduler": {
  "Smtp": {
    "Host": "smtp.gmail.com",
    "Port": 587,
    "UseSsl": true,
    "Username": "[email protected]",
    "Password": "your-password",
    "FromAddress": "[email protected]",
    "FromName": "Your Company Reports"
  }
}

Schedule status

StatusDescription
PendingWaiting for first run
OKLast run succeeded
FailedLast run failed
InactiveSchedule is disabled

Next: Images