Skip to documentation
GenHealth - Eligibility integration

Select Zoho VOB Candidates

Perform Select Zoho VOB Candidates through GenHealth - Eligibility.

View as Markdown
eligibility_select_zoho_vob_candidates
write

Inputs

  • records
    jsonrequired
    Records

    Required JSON value.

  • max_candidates
    number
    Max Candidates

    Optional numeric value.

    Default: 5

  • record_link_ids
    expression
    Record Link Ids

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • errorError
  • failure_categoryFailure Category
  • candidatesCandidates
  • decisionsDecisions
  • candidate_countCandidate Count
  • review_countReview Count
  • skipped_countSkipped Count
  • truncated_countTruncated Count

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": [
    "records"
  ],
  "properties": {
    "records": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "max_candidates": {
      "type": "number",
      "default": 5,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "record_link_ids": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "decisions": {},
    "candidates": {},
    "review_count": {},
    "skipped_count": {},
    "candidate_count": {},
    "truncated_count": {},
    "failure_category": {}
  },
  "additionalProperties": true
}
View all GenHealth - Eligibility actions