Select Zoho VOB Candidates
Perform Select Zoho VOB Candidates through GenHealth - Eligibility.
eligibility_select_zoho_vob_candidateswrite
Inputs
- Records
recordsjsonrequiredRequired JSON value.
- Max Candidates
max_candidatesnumberOptional numeric value.
Default:
5 - Record Link Ids
record_link_idsexpressionOptional literal value or workflow expression.
Outputs
successSuccesserrorErrorfailure_categoryFailure CategorycandidatesCandidatesdecisionsDecisionscandidate_countCandidate Countreview_countReview Countskipped_countSkipped Counttruncated_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
}