# Parachute Health integration

> Build workflow automations with 10 public Parachute Health actions.

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

## Available actions

10 actions. Connection types: parachute.

### [Check Internal Comment](https://genhealth.ai/docs/workflows/integrations/parachute-health/parachute_check_internal_comment.md)

- Handler: `parachute_check_internal_comment`
- Connection type: `parachute`
- External effect: `write`
- Inputs: `order_id`, `supplier_id`, `activity`, `refresh_activity`, `content`
- Outputs: `success`, `order_id`, `supplier_id`, `marker_found`, `matching_marker_found`, `should_process`, `should_create_comment`, `matched_at`, `checked_event_count`, `internal_comment_count`, `expected_content`, `activity_source`

Perform Check Internal Comment through Parachute Health.

### [Create Internal Comment](https://genhealth.ai/docs/workflows/integrations/parachute-health/parachute_create_internal_comment.md)

- Handler: `parachute_create_internal_comment`
- Connection type: `parachute`
- External effect: `write`
- Inputs: `order_id`, `supplier_id`, `content`
- Outputs: `success`, `order_id`, `supplier_id`, `content`, `comment_id`, `error_message`

Perform Create Internal Comment through Parachute Health.

### [Download and Upload Documents to Niko](https://genhealth.ai/docs/workflows/integrations/parachute-health/parachute_download_upload_documents_to_niko.md)

- Handler: `parachute_download_upload_documents_to_niko`
- Connection type: `parachute`
- External effect: `write`
- Inputs: `order_id`, `supplier_id`, `patient_id`, `downloadable_documents`, `document_keys`, `document_type`
- Outputs: `success`, `status`, `uploaded_count`, `skipped_count`, `failed_count`, `document_ids`, `patient_document_ids`, `documents`, `error`, `error_message`

Perform Download and Upload Documents to Niko through Parachute Health.

### [Download Document PDF](https://genhealth.ai/docs/workflows/integrations/parachute-health/parachute_download_document_pdf.md)

- Handler: `parachute_download_document_pdf`
- Connection type: `parachute`
- External effect: `write`
- Inputs: `order_id`, `document_key`, `supplier_id`, `include_pdf_base64`
- Outputs: `pdf_base64`, `pdf_size_bytes`, `download_id`

Perform Download Document PDF through Parachute Health.

### [Get Order Details](https://genhealth.ai/docs/workflows/integrations/parachute-health/parachute_get_order_details.md)

- Handler: `parachute_get_order_details`
- Connection type: `parachute`
- External effect: `read`
- Inputs: `order_id`, `supplier_id`, `include_activity`, `include_documents`
- Outputs: `success`, `error`, `failure_category`, `status_code`, `order_id`, `supplier_id`, `patient`, `patient_state`, `insurance_policies`, `active_insurance_policies`, `primary_insurance`, `secondary_insurance`, `eligibility_subjects`, `primary_eligibility_subject`, `medicare_eligibility_subjects`, `medicare_jurisdiction`, `icd10_codes`, `hcpcs_codes`, `line_items`, `line_item_groups`, `doctor`, `clinical_facility`, `review`, `activity`, `documents`, `downloadable_documents`, `task_title`, `task_description`, `source_fingerprint`, `warnings`, `skipped`, `skip_reason`, `skip_message`

Perform Get Order Details through Parachute Health.

### [Get Order Patient Info](https://genhealth.ai/docs/workflows/integrations/parachute-health/parachute_get_order_patient_info.md)

- Handler: `parachute_get_order_patient_info`
- Connection type: `parachute`
- External effect: `read`
- Inputs: `order_id`, `supplier_id`
- Outputs: `patient_id`, `first_name`, `last_name`, `date_of_birth`, `sex`, `mrn`, `address`, `primary_insurance`, `insurance_policies`, `icd10_codes`, `doctor`, `clinical_facility`

Perform Get Order Patient Info through Parachute Health.

### [Get Orders](https://genhealth.ai/docs/workflows/integrations/parachute-health/parachute_get_orders.md)

- Handler: `parachute_get_orders`
- Connection type: `parachute`
- External effect: `read`
- Inputs: `paginate_all`, `page`, `max_pages`
- Outputs: `orders`, `total`, `pages_fetched`, `parachute_org_id`

Perform Get Orders through Parachute Health.

### [Save Patient, Insurance, and Order Details to GenHealth](https://genhealth.ai/docs/workflows/integrations/parachute-health/parachute_seed_structured_intake_data.md)

- Handler: `parachute_seed_structured_intake_data`

- External effect: `write`
- Inputs: `order_id`, `supplier_id`, `order_details`, `primary_insurance_carrier_id_override`, `expected_niko_payer_id`, `include_secondary_phone`
- Outputs: `success`, `source_fingerprint`, `document_id`, `order_id`, `supplier_id`, `patient_id`, `insurance_id`, `primary_insurance_policy_id`, `secondary_insurance_policy_id`, `insurance_policy_ids`, `diagnosis_count`, `order_item_id`, `seeded_fields`, `warnings`, `error`

Perform Save Patient, Insurance, and Order Details to GenHealth through Parachute Health.

### [Select Order Candidates](https://genhealth.ai/docs/workflows/integrations/parachute-health/parachute_select_order_candidates.md)

- Handler: `parachute_select_order_candidates`
- Connection type: `parachute`
- External effect: `write`
- Inputs: `orders`, `max_orders`, `max_scan`, `order_created_marker_template`, `action_required_marker_template`, `retry_marker_template`, `legacy_processed_marker_template`
- Outputs: `orders`, `selected_count`, `scanned_count`, `skipped_state_counts`

Perform Select Order Candidates through Parachute Health.

### [Upload Supplemental Parachute Documents to Niko](https://genhealth.ai/docs/workflows/integrations/parachute-health/parachute_upload_supplemental_documents_to_niko.md)

- Handler: `parachute_upload_supplemental_documents_to_niko`
- Connection type: `parachute`
- External effect: `write`
- Inputs: `order_id`, `supplier_id`, `patient_id`, `order_documents`, `document_type`, `include_named_documents`, `document_names`, `skip_unnamed_order_summaries`, `route_non_summary_to_physician_notes`
- Outputs: `success`, `status`, `uploaded_count`, `skipped_count`, `failed_count`, `document_ids`, `patient_document_ids`, `documents`, `error`, `error_message`

Perform Upload Supplemental Parachute Documents to Niko through Parachute Health.
