Skip to documentation
Tomorrow Health integration

Download Order Documents

Perform Download Order Documents through Tomorrow Health.

View as Markdown
tomorrow_health_download_order_documents
writetomorrow_health

Inputs

  • order_id
    expressionrequired
    Order Id

    Required literal value or workflow expression.

  • persist_hidden_document
    boolean
    Persist Hidden Document

    Optional true-or-false value.

    Default: true

Outputs

  • successSuccess
  • documentsDocuments
  • countCount
  • created_countCreated Count
  • order_idOrder Id
  • primary_document_idPrimary Document Id
  • supplier_idSupplier Id
  • tomorrow_health_org_idTomorrow Health Org Id
  • tomorrow_health_org_nameTomorrow Health Org Name
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
write
Confirmation recommended
No
Retry safe
No
Dry run supported
No

Schemas

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

Input schema
{
  "type": "object",
  "required": [
    "order_id"
  ],
  "properties": {
    "order_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "persist_hidden_document": {
      "type": "boolean",
      "default": true,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "count": {},
    "error": {},
    "success": {},
    "order_id": {},
    "documents": {},
    "supplier_id": {},
    "created_count": {},
    "primary_document_id": {},
    "tomorrow_health_org_id": {},
    "tomorrow_health_org_name": {}
  },
  "additionalProperties": true
}
View all Tomorrow Health actions