Summarize Intake Status
Perform Summarize Intake Status through GenHealth.
intake_summarize_statuswrite
Inputs
- Stage Label
stage_labeltextOptional text value.
- Account Key
account_keytextOptional text value.
- Dry Run
dry_runbooleanOptional true-or-false value.
Default:
false - Notify
notifybooleanOptional true-or-false value.
Default:
false - Channel
channeltextOptional text value.
- Enqueue Retry
enqueue_retrybooleanOptional true-or-false value.
Default:
false - Retry Route
retry_routetextOptional text value.
- Precheck Payload
precheck_payloadjsonOptional JSON value.
- Brightree Payload
brightree_payloadjsonOptional JSON value.
- Resolve Patient Payload
resolve_patient_payloadjsonOptional JSON value.
- Resolve Facility Payload
resolve_facility_payloadjsonOptional JSON value.
- Verify Patient Setup Payload
verify_patient_setup_payloadjsonOptional JSON value.
- Myforms Payload
myforms_payloadjsonOptional JSON value.
- Retry Payload
retry_payloadjsonOptional 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
}