# Summarize Intake Status

> Perform Summarize Intake Status through GenHealth.

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

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

- Handler: `intake_summarize_status`

## Inputs

- `stage_label` — Stage Label (text)
  Optional text value.
- `account_key` — Account Key (text)
  Optional text value.
- `dry_run` — Dry Run (boolean)
  Optional true-or-false value.
  Default: `false`
- `notify` — Notify (boolean)
  Optional true-or-false value.
  Default: `false`
- `channel` — Channel (text)
  Optional text value.
- `enqueue_retry` — Enqueue Retry (boolean)
  Optional true-or-false value.
  Default: `false`
- `retry_route` — Retry Route (text)
  Optional text value.
- `precheck_payload` — Precheck Payload (json)
  Optional JSON value.
- `brightree_payload` — Brightree Payload (json)
  Optional JSON value.
- `resolve_patient_payload` — Resolve Patient Payload (json)
  Optional JSON value.
- `resolve_facility_payload` — Resolve Facility Payload (json)
  Optional JSON value.
- `verify_patient_setup_payload` — Verify Patient Setup Payload (json)
  Optional JSON value.
- `myforms_payload` — Myforms Payload (json)
  Optional JSON value.
- `retry_payload` — Retry 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: yes

## Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

### Input schema

```json
{
  "type": "object",
  "properties": {
    "notify": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "channel": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "dry_run": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "account_key": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "retry_route": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "stage_label": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "enqueue_retry": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "retry_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "myforms_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "precheck_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "brightree_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "resolve_patient_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "resolve_facility_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "verify_patient_setup_payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
```

### Output schema

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