Skip to documentation
GenHealth integration

Select Intake Candidates

Perform Select Intake Candidates through GenHealth.

View as Markdown
intake_select_candidates
write

Inputs

  • account_key
    text
    Account Key

    Optional text value.

  • from_date
    date
    From Date

    Optional date in YYYY-MM-DD format.

  • to_date
    date
    To Date

    Optional date in YYYY-MM-DD format.

  • dry_run
    boolean
    Dry Run

    Optional true-or-false value.

    Default: false

  • brightree_test
    boolean
    Brightree Test

    Optional true-or-false value.

    Default: false

  • test_patient_id
    text
    Test Patient Id

    Optional text value.

  • test_patient_state
    text
    Test Patient State

    Optional text value.

Outputs

  • dry_runDry Run
  • itemsItems
  • notify_summaryNotify Summary
  • account_keyAccount Key

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",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "to_date": {
      "type": "string",
      "format": "date",
      "description": "Optional date in YYYY-MM-DD format.",
      "x-workflow-field-type": "date"
    },
    "from_date": {
      "type": "string",
      "format": "date",
      "description": "Optional date in YYYY-MM-DD format.",
      "x-workflow-field-type": "date"
    },
    "account_key": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "brightree_test": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "test_patient_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "test_patient_state": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "items": {},
    "dry_run": {},
    "account_key": {},
    "notify_summary": {}
  },
  "additionalProperties": true
}
View all GenHealth actions