# Classify Supplies

> Perform Classify Supplies through GenHealth.

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

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

- Handler: `intake_classify_supplies`

## Inputs

- `context_payload` — Context Payload (json)
  Optional JSON value.
- `blocker_payload` — Blocker Payload (json)
  Optional JSON value.
- `document_payload` — Document Payload (json)
  Optional JSON value.
- `note_payload` — Note 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": {
    "note_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "blocker_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "context_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "document_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
```

### Output schema

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