Resolve Order Notification References
Perform Resolve Order Notification References through Tomorrow Health.
tomorrow_health_resolve_order_notification_referenceswritetomorrow_health
Inputs
- Notifications
notificationsexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccessnotificationsNotificationsresolved_notificationsResolved NotificationscountCountresolved_countResolved Countunresolved_countUnresolved CounterrorError
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": {},
"success": {},
"notifications": {},
"resolved_count": {},
"unresolved_count": {},
"resolved_notifications": {}
},
"additionalProperties": true
}