Get Order Notifications
Perform Get Order Notifications through Tomorrow Health.
tomorrow_health_get_order_notificationswritetomorrow_health
Inputs
- First
firstnumberOptional numeric value.
Default:
25
Outputs
successSuccessnotificationsNotificationscountCounthas_unread_notificationsHas Unread Notificationsnew_notification_countNew Notification Countpage_infoPage InfoerrorError
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",
"properties": {
"first": {
"type": "number",
"default": 25,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"count": {},
"error": {},
"success": {},
"page_info": {},
"notifications": {},
"new_notification_count": {},
"has_unread_notifications": {}
},
"additionalProperties": true
}