Skip to documentation
GenHealth - Eligibility integration

Prepare Zoho VOB Review Disposition

Perform Prepare Zoho VOB Review Disposition through GenHealth - Eligibility.

View as Markdown
eligibility_prepare_zoho_vob_review_disposition
write

Inputs

  • expected_field_values
    jsonrequired
    Expected Field Values

    Required JSON value.

  • reason
    expressionrequired
    Reason

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • errorError
  • failure_categoryFailure Category
  • markerMarker
  • reasonReason
  • attemptAttempt
  • field_valuesField Values
  • allowed_field_link_namesAllowed Field Link Names
  • expected_field_valuesExpected Field Values

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": [
    "expected_field_values",
    "reason"
  ],
  "properties": {
    "reason": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "expected_field_values": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "marker": {},
    "reason": {},
    "attempt": {},
    "success": {},
    "field_values": {},
    "failure_category": {},
    "expected_field_values": {},
    "allowed_field_link_names": {}
  },
  "additionalProperties": true
}
View all GenHealth - Eligibility actions