Match Missing Info Requests
Perform Match Missing Info Requests through Tomorrow Health.
tomorrow_health_match_missing_info_requestswritetomorrow_health
Inputs
- Notifications
notificationsexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccessmatchesMatchesmatchMatchordering_provider_requestedOrdering Provider Requestedfacility_requestedFacility RequestedcountCountnotification_countNotification CounterrorErrorerror_messageError Message
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": [
"notifications"
],
"properties": {
"notifications": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"count": {},
"error": {},
"match": {},
"matches": {},
"success": {},
"error_message": {},
"facility_requested": {},
"notification_count": {},
"ordering_provider_requested": {}
},
"additionalProperties": true
}