Skip to documentation
GenHealth integration

Send Workflow Daily Summary

Perform Send Workflow Daily Summary through GenHealth.

View as Markdown
send_workflow_daily_summary
write

Inputs

  • workflow_name
    textrequired
    Workflow Name

    Required text value.

  • report_day
    text
    Report Day

    Optional text value.

  • window_hours
    number
    Window Hours

    Optional numeric value.

  • timezone
    text
    Timezone

    Optional text value.

  • to_emails
    textrequired
    To Emails

    Required text value.

  • subject
    text
    Subject

    Optional text value.

  • report_title
    text
    Report Title

    Optional text value.

  • loop_node_id
    text
    Loop Node Id

    Optional text value.

  • dedupe_key_fields
    text
    Dedupe Key Fields

    Optional text value.

  • links
    json
    Links

    Optional JSON value.

  • attachment_document_id_field
    text
    Attachment Document Id Field

    Optional text value.

  • max_attachments
    number
    Max Attachments

    Optional numeric value.

  • item_title
    text
    Item Title

    Optional text value.

  • item_subtitle
    text
    Item Subtitle

    Optional text value.

  • max_items_per_section
    number
    Max Items Per Section

    Optional numeric value.

  • inline_max_rows
    number
    Inline Max Rows

    Optional numeric value.

  • processed_label
    text
    Processed Label

    Optional text value.

  • skipped_label
    text
    Skipped Label

    Optional text value.

  • manual_label
    text
    Manual Label

    Optional text value.

  • node_buckets
    json
    Node Buckets

    Optional JSON value.

  • output_path
    text
    Output Path

    Optional text value.

Outputs

  • successSuccess
  • run_countRun Count
  • productive_run_countProductive Run Count
  • totalTotal
  • completed_countCompleted Count
  • processed_countProcessed Count
  • skipped_countSkipped Count
  • action_required_countAction Required Count
  • unclassified_countUnclassified Count
  • failed_countFailed Count
  • recipientsRecipients
  • subjectSubject
  • report_dayReport Day
  • htmlHtml
  • output_pathOutput Path
  • email_modeEmail Mode
  • pdf_attachedPdf Attached
  • attachments_attachedAttachments Attached
  • attachments_droppedAttachments Dropped
  • errorError

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": [
    "workflow_name",
    "to_emails"
  ],
  "properties": {
    "links": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "subject": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "timezone": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "to_emails": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    },
    "item_title": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "report_day": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "output_path": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "loop_node_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "manual_label": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "node_buckets": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "report_title": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "window_hours": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "item_subtitle": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "skipped_label": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "workflow_name": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    },
    "inline_max_rows": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "max_attachments": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "processed_label": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "dedupe_key_fields": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "max_items_per_section": {
      "type": "number",
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "attachment_document_id_field": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "html": {},
    "error": {},
    "total": {},
    "subject": {},
    "success": {},
    "run_count": {},
    "email_mode": {},
    "recipients": {},
    "report_day": {},
    "output_path": {},
    "failed_count": {},
    "pdf_attached": {},
    "skipped_count": {},
    "completed_count": {},
    "processed_count": {},
    "unclassified_count": {},
    "attachments_dropped": {},
    "attachments_attached": {},
    "productive_run_count": {},
    "action_required_count": {}
  },
  "additionalProperties": true
}
View all GenHealth actions