Skip to documentation
GenHealth - Renewals integration

Reconcile Renewal Verification Follow-Up

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

View as Markdown
renewal_reconcile_followup_item
write

Inputs

  • job_id
    textrequired
    Job Id

    Required text value.

  • request
    jsonrequired
    Request

    Required JSON value.

  • item
    jsonrequired
    Item

    Required JSON value.

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",
  "required": [
    "job_id",
    "request",
    "item"
  ],
  "properties": {
    "item": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "job_id": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    },
    "request": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
View all GenHealth - Renewals actions