Send Backlog Push Report
Perform Send Backlog Push Report through GenHealth.
send_backlog_push_reportInputs
- Window Hours
window_hoursnumberOptional numeric value.
Default:
"24" - Start Date
start_datetextOptional text value.
- End Date
end_datetextOptional text value.
- Timezone
timezonetextOptional text value.
Default:
"America/New_York" - To Emails
to_emailstextOptional text value.
- Cc Emails
cc_emailstextOptional text value.
- Subject
subjecttextOptional text value.
Default:
"{report_title} — {report_day}" - Report Title
report_titletextOptional text value.
Default:
"Backlog migration — daily push report" - Client Name
client_nametextOptional text value.
- Billing Base Url
billing_base_urltextOptional text value.
- Email Body
email_bodyselectOptional selected identifier or value.
Default:
"auto"Options: Auto (detailed up to the threshold, then brief) ("auto"), Detailed (every document as a card) ("detailed"), Brief (counts + needs-a-person list; line items in the PDF) ("brief")
- Email Detail Threshold
email_detail_thresholdnumberOptional numeric value.
Default:
"25" - Attach Pdf
attach_pdfbooleanOptional true-or-false value.
Default:
"true" - Send When Empty
send_when_emptybooleanOptional true-or-false value.
Default:
"false" - Dry Run
dry_runbooleanOptional true-or-false value.
Default:
"false" - Output Path
output_pathtextOptional text value.
Outputs
successSuccessreport_dayReport Daywindow_startWindow Startwindow_endWindow Endwindow_labelWindow LabelsubjectSubjectrecipientsRecipientsemail_sentEmail Sentskip_reasonSkip Reasonoutput_pathOutput Pathpdf_attachedPdf Attachedemail_modeEmail ModetotalTotalmigrated_countMigrated Countneeds_review_countNeeds Review Countnot_migrated_countNot Migrated Counttasks_openedTasks OpenedhtmlHtmlerrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- Yes
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"properties": {
"dry_run": {
"type": "boolean",
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"subject": {
"type": "string",
"default": "{report_title} — {report_day}",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"end_date": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"timezone": {
"type": "string",
"default": "America/New_York",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"cc_emails": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"to_emails": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"attach_pdf": {
"type": "boolean",
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"email_body": {
"enum": [
"auto",
"detailed",
"brief"
],
"type": "string",
"default": "auto",
"description": "Optional selected identifier or value.",
"x-workflow-field-type": "select"
},
"start_date": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"client_name": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"output_path": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"report_title": {
"type": "string",
"default": "Backlog migration — daily push report",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"window_hours": {
"type": "number",
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"send_when_empty": {
"type": "boolean",
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"billing_base_url": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"email_detail_threshold": {
"type": "number",
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"html": {},
"error": {},
"total": {},
"subject": {},
"success": {},
"email_mode": {},
"email_sent": {},
"recipients": {},
"report_day": {},
"window_end": {},
"output_path": {},
"skip_reason": {},
"pdf_attached": {},
"tasks_opened": {},
"window_label": {},
"window_start": {},
"migrated_count": {},
"needs_review_count": {},
"not_migrated_count": {}
},
"additionalProperties": true
}