Email Schedule Info
The current email schedule detail would be responded if the payload is valid or an error if invalid email schedule ID.
#
Request#
Fields#
Generalid
: Numeric. Unique email schedule identifierrecipients
: Array. List of email addresses.bcc
: Array. List of BCC addresses.title
: Text. Email subject. In default, source title will be used if title is not available.body_text
: Text. Text content inside email body.format
: Attachment format. Available values aretxt
,csv
,excel
,pdf
ornone
. Default isexcel
.source
: Object. the source that this email schedule is referred to. Available only on retrieving data.options
: Object. Optional fields. Please see the Options for detail.schedule
: Object. Please see the Schedule for detail.filter_values
: Object. Filter values applied in this report/dashboard. Please see the Filter Values reference for detail.
#
Optionspreview
: Include preview inside email content. Default valuetrue
include_pdf
: Include a PDF of a report or the whole dashboard. The default value isfalse
.include_header
: Include column headers in an attached file. The default isfalse
. Not available if the format isnone
password_enabled
:true
this email schedule is protected by a password. Available only on retrieving data. Not available ifformat
isnone
selected_widgets
: List of widget IDs are selected to include in the email._all
for selecting all widgets.include_report_link
: Include link to report / dashboard. The default isfalse
.dont_send_when_empty
: Just send the email when data is available. The default isfalse
.
#
Schedulerepeat
: Crontab expression. Example:Â0 4 * * *
 will start a job at 4:00 AM everyday. You can check your crontab expression by using https://crontab.guruWe recommend that you should change the
repeat
time to prevent anti-spam filter from your email provider. For example0 4 * * *
(job start at 4:00 AM) could be1 4 * * *
(job start at 4:01 AM) or5 4 * * *
(job start at 4:05 AM) . This will also help your database does not get overload when there are many email schedules that execute at the same time.paused
: Pause execution temporarily. The default isfalse
.
#
Sourceid
: current source ID. You could find the Source ID via our docs.type
: current source type. You could find the Source Type via our docs.title
: source title, this will be used for fieldtitle
if it is blank
#
Filter ValuesThis object is mainly matched by the filter variable that you created inside Holistics. The default value will be used if you do not input any specific data to it.