Summarize Renewal Verification Follow-Up
Perform Summarize Renewal Verification Follow-Up through GenHealth - Renewals.
renewal_summarize_followup_batchwrite
Inputs
- Selection Payload
selection_payloadjsonOptional JSON value.
- Loop Results
loop_resultsjsonOptional JSON value.
- Notify
notifybooleanOptional true-or-false value.
Default:
true
Outputs
No named outputs are declared for this action.
Output schema completeness: unknown
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",
"properties": {
"notify": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"loop_results": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"selection_payload": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {},
"additionalProperties": true
}