Skip to documentation
Tomorrow Health integration

Match Missing Info Requests

Perform Match Missing Info Requests through Tomorrow Health.

View as Markdown
tomorrow_health_match_missing_info_requests
writetomorrow_health

Inputs

  • notifications
    expressionrequired
    Notifications

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • matchesMatches
  • matchMatch
  • ordering_provider_requestedOrdering Provider Requested
  • facility_requestedFacility Requested
  • countCount
  • notification_countNotification Count
  • errorError
  • error_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
}
View all Tomorrow Health actions