---
title: "POST /activity/create"
method: POST
path: "/activity/create"
tags: ["Activity"]
---

# POST /activity/create

`POST /activity/create`

Create a new activity (system-generated event)

## Request body

- object
  - `taskId` string, required
  - `userId` string, required
  - `message` string, required
  - `type` string, required

## Response `200`

Activity created successfully

- object
  - `id` string, required
  - `taskId` string, required
  - `type` string, required
  - `createdAt` unknown, required
  - `userId` string, required
  - `content` string, required

## Changes

- **2025-12-11** `93b231773126` — 1 breaking, 6 info
  - the response's body type changed from no type to `object` for status `200`
  - added the required property `content` to the response with the `200` status
  - added the required property `createdAt` to the response with the `200` status
  - added the required property `id` to the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/activity/create/post.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/75119d670ebb/schema)
