Skip to documentation
Tomorrow Health integration

Create Packet Document

Perform Create Packet Document through Tomorrow Health.

View as Markdown
tomorrow_health_create_packet_document
writetomorrow_health

Inputs

  • order_id
    expressionrequired
    Order Id

    Required literal value or workflow expression.

  • order_details
    expression
    Order Details

    Optional literal value or workflow expression.

  • raw_order_details
    expression
    Raw Order Details

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • document_idDocument Id
  • createdCreated
  • order_details_changedOrder Details Changed
  • order_idOrder Id
  • supplier_idSupplier Id
  • source_document_countSource Document Count
  • page_countPage Count
  • document_typesDocument Types
  • 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"
    },
    "order_details": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "raw_order_details": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "created": {},
    "success": {},
    "order_id": {},
    "page_count": {},
    "document_id": {},
    "supplier_id": {},
    "document_types": {},
    "order_details_changed": {},
    "source_document_count": {}
  },
  "additionalProperties": true
}
View all Tomorrow Health actions