Get Additional Document Notifications
Perform Get Additional Document Notifications through Tomorrow Health.
tomorrow_health_get_additional_document_notificationswritetomorrow_health
Inputs
- First
firstnumberOptional numeric value.
Default:
25 - Notification Created At Or After
notification_created_at_or_aftertextOptional text value.
- Max Pages
max_pagesnumberOptional numeric value.
Default:
5 - Max Notifications
max_notificationsnumberOptional numeric value.
Default:
25
Outputs
successSuccessnotificationsNotificationscountCounthas_unread_notificationsHas Unread Notificationsnew_notification_countNew Notification Countpage_infoPage Infopages_scannedPages Scannedignored_before_cutoff_countIgnored Before Cutoff Countinvalid_created_at_countInvalid Created At Counthandled_countHandled Countacknowledged_receipt_countAcknowledged Receipt Countunresolved_countUnresolved Countcandidate_limit_reachedCandidate Limit Reachedscan_continuation_savedScan Continuation Savedscan_cycle_completedScan Cycle Completedhead_scan_performedHead Scan Performednotification_created_at_or_afterNotification Created At Or AftererrorError
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
}