Accept Tomorrow Health Order
Perform Accept Tomorrow Health Order through Tomorrow Health Intake.
gaboro_accept_tomorrow_health_orderwritetomorrow_health
Inputs
- Order Id
order_idexpressionrequiredRequired literal value or workflow expression.
- Order Details
order_detailsexpressionOptional literal value or workflow expression.
- Raw Order Details
raw_order_detailsexpressionOptional literal value or workflow expression.
Outputs
successSuccessacceptedAcceptedskippedSkippeddocumentation_survey_submittedDocumentation Survey Submittedadditional_documentation_requiredAdditional Documentation Requiredrecovered_after_auth_rejectionRecovered After Auth Rejectionorder_idOrder Idestimated_delivery_atEstimated Delivery Atline_item_countLine Item Counttomorrow_health_org_idTomorrow Health Org Idtomorrow_health_org_nameTomorrow Health Org Nametomorrow_health_supplier_idTomorrow Health Supplier IderrorError
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
}