# Dispatch Initial Renewal Candidates

> Perform Dispatch Initial Renewal Candidates through GenHealth - Renewals.

Source: [https://genhealth.ai/docs/workflows/integrations/gen-health-renewals/renewal_dispatch_initial_items](https://genhealth.ai/docs/workflows/integrations/gen-health-renewals/renewal_dispatch_initial_items)

Integration: [GenHealth - Renewals](https://genhealth.ai/docs/workflows/integrations/gen-health-renewals.md)

- Handler: `renewal_dispatch_initial_items`

## Inputs

- `selection_payload` — Selection Payload (json, required)
  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

```json
{
  "type": "object",
  "required": [
    "selection_payload"
  ],
  "properties": {
    "selection_payload": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
```

### Output schema

```json
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
```
