Skip to documentation
Tomorrow Health integration

Get Order Notifications

Perform Get Order Notifications through Tomorrow Health.

View as Markdown
tomorrow_health_get_order_notifications
writetomorrow_health

Inputs

  • first
    number
    First

    Optional numeric value.

    Default: 25

Outputs

  • successSuccess
  • notificationsNotifications
  • countCount
  • has_unread_notificationsHas Unread Notifications
  • new_notification_countNew Notification Count
  • page_infoPage Info
  • errorError

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
}
View all Tomorrow Health actions