/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 4w ago
View markdown
usekaneo
Kaneo API
post
Create Notification
v18
latest
OpenAPI 3.0.3
raw.githubusercontent.com
2026-07-11
142
2
448.7 KB
Activity
5
Assets
1
Authentication
3
Columns
5
Comments
4
Config
1
Discord
4
External Links
1
Generic Webhook
4
Gitea
7
GitHub
8
Instance
1
Invitations
2
Labels
8
Notification Preferences
4
Notifications
5
get
List Notifications
post
Create Notification
patch
Mark Notification As Read
patch
Mark All Notifications As Read
delete
Clear All Notifications
Organization Management
35
Projects
7
Search
1
Slack
4
Task Relations
3
Tasks
17
Telegram
4
Time Entries
4
Workflow Rules
3
Workspaces
1
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