Skip to documentation
Tomorrow Health Intake integration

Accept Tomorrow Health Order

Perform Accept Tomorrow Health Order through Tomorrow Health Intake.

View as Markdown
gaboro_accept_tomorrow_health_order
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
  • acceptedAccepted
  • skippedSkipped
  • documentation_survey_submittedDocumentation Survey Submitted
  • additional_documentation_requiredAdditional Documentation Required
  • recovered_after_auth_rejectionRecovered After Auth Rejection
  • order_idOrder Id
  • estimated_delivery_atEstimated Delivery At
  • line_item_countLine Item Count
  • 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"
    },
    "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": {},
    "skipped": {},
    "success": {},
    "accepted": {},
    "order_id": {},
    "line_item_count": {},
    "estimated_delivery_at": {},
    "tomorrow_health_org_id": {},
    "tomorrow_health_org_name": {},
    "tomorrow_health_supplier_id": {},
    "documentation_survey_submitted": {},
    "recovered_after_auth_rejection": {},
    "additional_documentation_required": {}
  },
  "additionalProperties": true
}
View all Tomorrow Health Intake actions