/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 57m ago · Updated 4w ago
View markdown
usekaneo
Kaneo API
post
Create Activity
v18
latest
OpenAPI 3.0.3
raw.githubusercontent.com
2026-07-11
142
2
448.7 KB
Activity
5
get
Get Activities
post
Create Activity
put
Update Comment
post
Create Comment
delete
Delete Comment
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
Organization Management
35
Projects
7
Search
1
Slack
4
Task Relations
3
Tasks
17
Telegram
4
Time Entries
4
Workflow Rules
3
Workspaces
1
Activity
Create Activity
Create a new activity (system-generated event)
post
/activity/create
Request body
object
required
taskId
string
required
userId
string
required
message
string
nullable
required
type
string
required
eventData
object
nullable
Response
Activity created successfully
object
required
id
string
required
taskId
string
required
type
'comment'
|
'task'
|
'status_changed'
|
'priority_changed'
|
'unassigned'
|
'assignee_changed'
|
'due_date_changed'
|
'title_changed'
|
'description_changed'
|
'create'
required
createdAt
string
date-time
required
userId
string
nullable
required
content
string
nullable
required
eventData
object
nullable
required
externalUserName
string
nullable
required
externalUserAvatar
string
nullable
required
externalSource
string
nullable
required
externalUrl
string
nullable
required