Skip to documentation
Parachute Health integration

Get Inbox Document

Perform Get Inbox Document through Parachute Health.

View as Markdown
parachute_get_inbox_document
readparachute

Inputs

  • inbox_document_id
    textrequired
    Inbox Document Id

    Required text value.

  • parachute_org_id
    text
    Parachute Org Id

    Optional text value.

Outputs

  • inbox_document_idInbox Document Id
  • csr_inbox_stateCsr Inbox State
  • facilityFacility
  • clinicianClinician
  • extracted_cart_itemsExtracted Cart Items
  • documentsDocuments
  • patient_countPatient Count
  • skippedSkipped
  • skip_reasonSkip Reason
  • skip_messageSkip Message
  • status_codeStatus Code
  • successSuccess
  • errorError
  • failure_categoryFailure Category

Output schema completeness: best_effort_declared

Safety

External effect
read
Confirmation recommended
No
Retry safe
Yes
Dry run supported
No

Schemas

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

Input schema
{
  "type": "object",
  "required": [
    "inbox_document_id"
  ],
  "properties": {
    "parachute_org_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "inbox_document_id": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "skipped": {},
    "success": {},
    "facility": {},
    "clinician": {},
    "documents": {},
    "skip_reason": {},
    "status_code": {},
    "skip_message": {},
    "patient_count": {},
    "csr_inbox_state": {},
    "failure_category": {},
    "inbox_document_id": {},
    "extracted_cart_items": {}
  },
  "additionalProperties": true
}
View all Parachute Health actions