Mark Notification Read
Perform Mark Notification Read through Tomorrow Health.
tomorrow_health_mark_notification_readwritetomorrow_health
Inputs
- Notification
notificationexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccessnotification_idNotification IderrorError
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": [
"notification"
],
"properties": {
"notification": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"success": {},
"notification_id": {}
},
"additionalProperties": true
}