# Check Prior Follow-Up

> Perform Check Prior Follow-Up through GenHealth.

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

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

- Handler: `intake_check_subsequent_dedup`

## Inputs

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

### Output schema

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