---
title: "Create Notification"
method: POST
path: "/notification"
tags: ["Notifications"]
---

# Create Notification

`POST /notification`

Create a new notification for a user

## Request body

- object
  - `title` string, nullable
  - `message` string, nullable
  - `type` string, required
  - `eventData` object, nullable
  - `relatedEntityId` string
  - `relatedEntityType` string

## Response `200`

Notification created successfully

- object
  - `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

---

[API](https://skmtc.net/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.net/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/versions/09053e1c8b21/schema)
