Skip to documentation
GenHealth integration

Summarize Intake Status

Perform Summarize Intake Status through GenHealth.

View as Markdown
intake_summarize_status
write

Inputs

  • stage_label
    text
    Stage Label

    Optional text value.

  • account_key
    text
    Account Key

    Optional text value.

  • dry_run
    boolean
    Dry Run

    Optional true-or-false value.

    Default: false

  • notify
    boolean
    Notify

    Optional true-or-false value.

    Default: false

  • channel
    text
    Channel

    Optional text value.

  • enqueue_retry
    boolean
    Enqueue Retry

    Optional true-or-false value.

    Default: false

  • retry_route
    text
    Retry Route

    Optional text value.

  • precheck_payload
    json
    Precheck Payload

    Optional JSON value.

  • brightree_payload
    json
    Brightree Payload

    Optional JSON value.

  • resolve_patient_payload
    json
    Resolve Patient Payload

    Optional JSON value.

  • resolve_facility_payload
    json
    Resolve Facility Payload

    Optional JSON value.

  • verify_patient_setup_payload
    json
    Verify Patient Setup Payload

    Optional JSON value.

  • myforms_payload
    json
    Myforms Payload

    Optional JSON value.

  • retry_payload
    json
    Retry Payload

    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
{
  "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
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
View all GenHealth actions