OBJECT
ReportScheduleSchema
link GraphQL Schema definition
- type ReportScheduleSchema {
- # Recurrence defining when the report is generated and emailed.
- : ReportSchedule!
- # Email delivered on each run: recipients, sending account, content and report
- # attachment options.
- : ScheduledReportEmail!
- # Optional follow-up task created each time the report email is sent.
- : EmailFollowUpTask
- # IANA timezone name used to interpret the schedule times (e.g.
- # "Europe/Bratislava").
- : String
- # When true, the scheduled email is not sent on runs where the report contains no
- # data.
- : Boolean!
- # When true, scheduled runs that fall on a weekend are skipped.
- : Boolean
- }