Skip to documentation
GenHealth - Renewals integration

Summarize Renewal Verification Follow-Up

Perform Summarize Renewal Verification Follow-Up through GenHealth - Renewals.

View as Markdown
renewal_summarize_followup_batch
write

Inputs

  • selection_payload
    json
    Selection Payload

    Optional JSON value.

  • loop_results
    json
    Loop Results

    Optional JSON value.

  • notify
    boolean
    Notify

    Optional 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
}
View all GenHealth - Renewals actions