Skip to documentation
Tomorrow Health integration

Get Order Documents

Perform Get Order Documents through Tomorrow Health.

View as Markdown
tomorrow_health_get_order_documents
writetomorrow_health

Inputs

  • order_id
    expressionrequired
    Order Id

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • documentsDocuments
  • countCount
  • order_idOrder Id
  • primary_document_idPrimary Document Id
  • tomorrow_health_org_idTomorrow Health Org Id
  • tomorrow_health_org_nameTomorrow Health Org Name
  • tomorrow_health_supplier_idTomorrow Health Supplier Id
  • 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"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "count": {},
    "error": {},
    "success": {},
    "order_id": {},
    "documents": {},
    "primary_document_id": {},
    "tomorrow_health_org_id": {},
    "tomorrow_health_org_name": {},
    "tomorrow_health_supplier_id": {}
  },
  "additionalProperties": true
}
View all Tomorrow Health actions