Select Renewal Verification Follow-Up Candidates
Perform Select Renewal Verification Follow-Up Candidates through GenHealth - Renewals.
renewal_select_followup_candidateswrite
Inputs
- Lookback Hours
lookback_hoursnumberOptional numeric value.
- Max Orders
max_ordersnumberOptional numeric value.
- Account Key
account_keytextOptional text value.
- Dry Run
dry_runbooleanOptional true-or-false value.
Default:
false - Trigger Payload
trigger_payloadjsonOptional JSON value.
Outputs
should_processShould ProcessitemsItemsjob_idJob IdrequestRequest
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"
},
"max_orders": {
"type": "number",
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"account_key": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"lookback_hours": {
"type": "number",
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"trigger_payload": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"items": {},
"job_id": {},
"request": {},
"should_process": {}
},
"additionalProperties": true
}