/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v18
latest
OpenAPI 3.0.3
raw.githubusercontent.com
2026-07-11
142
2
448.7 KB
Notifications
Create Notification
Create a new notification for a user
post
/notification
Request body
object
required
title
string
nullable
message
string
nullable
type
string
required
eventData
object
nullable
relatedEntityId
string
relatedEntityType
string
Response
Notification created successfully
object
required
id
string
required
userId
string
required
title
string
nullable
required
content
string
nullable
required
type
'info'
|
'task_created'
|
'workspace_created'
|
'task_status_changed'
|
'task_assignee_changed'
|
'time_entry_created'
|
'due_date_reminder'
|
'task_overdue'
|
'task_mention'
required
eventData
object
nullable
required
isRead
boolean
resourceId
string
resourceType
'task'
|
'workspace'
createdAt
string
date-time
required
updatedAt
string
date-time
required