Skip to documentation
Tomorrow Health integration

Download Document

Perform Download Document through Tomorrow Health.

View as Markdown
tomorrow_health_download_document
writetomorrow_health

Inputs

  • order_id
    expressionrequired
    Order Id

    Required literal value or workflow expression.

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • type
    expressionrequired
    Type

    Required literal value or workflow expression.

  • original_file_name
    expression
    Original File Name

    Optional literal value or workflow expression.

  • supplier_id
    expression
    Supplier Id

    Optional literal value or workflow expression.

  • is_primary
    expression
    Is Primary

    Optional literal value or workflow expression.

  • source_position
    expression
    Source Position

    Optional literal value or workflow expression.

  • persist_hidden_document
    boolean
    Persist Hidden Document

    Optional true-or-false value.

    Default: true

Outputs

  • successSuccess
  • raw_document_idRaw Document Id
  • document_idDocument Id
  • typeType
  • type_labelType Label
  • supplier_idSupplier Id
  • original_file_nameOriginal File Name
  • createdCreated
  • 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",
    "document_id",
    "type"
  ],
  "properties": {
    "type": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "order_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "is_primary": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "document_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "supplier_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "source_position": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "original_file_name": {
      "description": "Optional 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": {
    "type": {},
    "error": {},
    "created": {},
    "success": {},
    "type_label": {},
    "document_id": {},
    "supplier_id": {},
    "raw_document_id": {},
    "original_file_name": {}
  },
  "additionalProperties": true
}
View all Tomorrow Health actions