Skip to documentation
GenHealth - Renewals integration

Dispatch Initial Renewal Candidates

Perform Dispatch Initial Renewal Candidates through GenHealth - Renewals.

View as Markdown
renewal_dispatch_initial_items
write

Inputs

  • selection_payload
    jsonrequired
    Selection Payload

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