# Optimize & Save Wounds

> Perform Optimize & Save Wounds through GenHealth.

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

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

- Handler: `optimize_and_save_wounds`

## Inputs

- `document_id` — Document Id (expression)
  Optional literal value or workflow expression.

## 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",
  "properties": {
    "document_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
```

### Output schema

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