Skip to documentation
Tomorrow Health integration

Mark Notification Read

Perform Mark Notification Read through Tomorrow Health.

View as Markdown
tomorrow_health_mark_notification_read
writetomorrow_health

Inputs

  • notification
    expressionrequired
    Notification

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • notification_idNotification Id
  • 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",
  "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
}
View all Tomorrow Health actions