NotificationDto
typestringrequired
Possible values: [connector_reconnect, daily_summary, reminder, upcoming_deadline]
data objectnullablerequired
Type-specific payload — shape depends on type.
property name*anynullable
Type-specific payload — shape depends on type.
idstringrequired
titlestringrequired
bodystringrequired
readbooleanrequired
createdAtstringrequired
NotificationDto
{
"type": "connector_reconnect",
"data": {},
"id": "string",
"title": "string",
"body": "string",
"read": true,
"createdAt": "string"
}