Skip to documentation
Tomorrow Health integration

Get Additional Document Notifications

Perform Get Additional Document Notifications through Tomorrow Health.

View as Markdown
tomorrow_health_get_additional_document_notifications
writetomorrow_health

Inputs

  • first
    number
    First

    Optional numeric value.

    Default: 25

  • notification_created_at_or_after
    text
    Notification Created At Or After

    Optional text value.

  • max_pages
    number
    Max Pages

    Optional numeric value.

    Default: 5

  • max_notifications
    number
    Max Notifications

    Optional numeric value.

    Default: 25

Outputs

  • successSuccess
  • notificationsNotifications
  • countCount
  • has_unread_notificationsHas Unread Notifications
  • new_notification_countNew Notification Count
  • page_infoPage Info
  • pages_scannedPages Scanned
  • ignored_before_cutoff_countIgnored Before Cutoff Count
  • invalid_created_at_countInvalid Created At Count
  • handled_countHandled Count
  • acknowledged_receipt_countAcknowledged Receipt Count
  • unresolved_countUnresolved Count
  • candidate_limit_reachedCandidate Limit Reached
  • scan_continuation_savedScan Continuation Saved
  • scan_cycle_completedScan Cycle Completed
  • head_scan_performedHead Scan Performed
  • notification_created_at_or_afterNotification Created At Or After
  • 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"
    },
    "max_pages": {
      "type": "number",
      "default": 5,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "max_notifications": {
      "type": "number",
      "default": 25,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "notification_created_at_or_after": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "count": {},
    "error": {},
    "success": {},
    "page_info": {},
    "handled_count": {},
    "notifications": {},
    "pages_scanned": {},
    "unresolved_count": {},
    "head_scan_performed": {},
    "scan_cycle_completed": {},
    "new_notification_count": {},
    "candidate_limit_reached": {},
    "scan_continuation_saved": {},
    "has_unread_notifications": {},
    "invalid_created_at_count": {},
    "acknowledged_receipt_count": {},
    "ignored_before_cutoff_count": {},
    "notification_created_at_or_after": {}
  },
  "additionalProperties": true
}
View all Tomorrow Health actions