Skip to documentation
GenHealth integration

Template Processing Summary Report

Perform Template Processing Summary Report through GenHealth.

View as Markdown
brightree_template_processing_summary_report
write

Inputs

  • period
    selectrequired
    Period

    Required selected identifier or value.

    Options: Daily ("daily"), Weekly ("weekly")

  • report_date
    text
    Report Date

    Optional text value.

  • as_of
    text
    As Of

    Optional text value.

  • target_workflow_definition_id
    text
    Target Workflow Definition Id

    Optional text value.

  • source_report_base_url
    text
    Source Report Base Url

    Optional text value.

  • output_path
    text
    Output Path

    Optional text value.

  • to_emails
    text
    To Emails

    Optional text value.

    Default: "barberdme@genhealth.ai"

  • subject
    text
    Subject

    Optional text value.

Outputs

  • statusStatus
  • htmlHtml
  • output_pathOutput Path
  • emailed_toEmailed To
  • attachment_countAttachment Count
  • periodPeriod
  • window_modeWindow Mode
  • time_range_labelTime Range Label
  • processed_countProcessed Count
  • needs_review_countNeeds Review Count
  • unexpected_failure_countUnexpected Failure Count
  • business_flow_rowsBusiness Flow Rows

Output schema completeness: best_effort_declared

Safety

External effect
write
Confirmation recommended
No
Retry safe
No
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "required": [
    "period"
  ],
  "properties": {
    "as_of": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "period": {
      "enum": [
        "daily",
        "weekly"
      ],
      "type": "string",
      "description": "Required selected identifier or value.",
      "x-workflow-field-type": "select"
    },
    "subject": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "to_emails": {
      "type": "string",
      "default": "barberdme@genhealth.ai",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "output_path": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "report_date": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "source_report_base_url": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "target_workflow_definition_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "html": {},
    "period": {},
    "status": {},
    "emailed_to": {},
    "output_path": {},
    "window_mode": {},
    "processed_count": {},
    "attachment_count": {},
    "time_range_label": {},
    "business_flow_rows": {},
    "needs_review_count": {},
    "unexpected_failure_count": {}
  },
  "additionalProperties": true
}
View all GenHealth actions