Skip to documentation
GenHealth integration

Completed Studies Report

Perform Completed Studies Report through GenHealth.

View as Markdown
elite_completed_studies_report
write

Inputs

  • summary
    expressionrequired
    Summary

    Required literal value or workflow expression.

  • output_path
    text
    Output Path

    Optional text value.

  • to_emails
    text
    To Emails

    Optional text value.

  • subject
    expression
    Subject

    Optional literal value or workflow expression.

  • review_document_id
    expression
    Review Document Id

    Optional literal value or workflow expression.

  • attachment_document_ids
    expression
    Attachment Document Ids

    Optional literal value or workflow expression.

  • attachment_paths
    text
    Attachment Paths

    Optional text value.

Outputs

  • statusStatus
  • htmlHtml
  • output_pathOutput Path
  • emailed_toEmailed To
  • attachment_countAttachment Count
  • review_urlReview Url
  • total_rowsTotal Rows
  • ready_for_import_countReady For Import Count
  • filtered_countFiltered Count
  • exception_countException Count
  • 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": [
    "summary"
  ],
  "properties": {
    "subject": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "summary": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "to_emails": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "output_path": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "attachment_paths": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "review_document_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "attachment_document_ids": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "html": {},
    "error": {},
    "status": {},
    "emailed_to": {},
    "review_url": {},
    "total_rows": {},
    "output_path": {},
    "filtered_count": {},
    "exception_count": {},
    "attachment_count": {},
    "ready_for_import_count": {}
  },
  "additionalProperties": true
}
View all GenHealth actions