# Summarize Follow-Up Fax Item

> Perform Summarize Follow-Up Fax Item through GenHealth.

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

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

- Handler: `intake_summarize_subsequent_item`

## Inputs

- `stage_label` — Stage Label (text)
  Optional text value.
- `context_payload` — Context Payload (json)
  Optional JSON value.
- `task_payload` — Task Payload (json)
  Optional JSON value.
- `response_payload` — Response Payload (json)
  Optional JSON value.
- `dedup_payload` — Dedup Payload (json)
  Optional JSON value.
- `fax_payload` — Fax Payload (json)
  Optional JSON value.
- `send_payload` — Send Payload (json)
  Optional JSON value.
- `verification_payload` — Verification Payload (json)
  Optional 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",
  "properties": {
    "fax_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "stage_label": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "send_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "task_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "dedup_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "context_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "response_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "verification_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
```

### Output schema

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