Skip to main content
POST
Create Notification

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json
type
string
required
title
string | null
message
string | null
eventData
object | null

Response

200 - application/json

Notification created successfully

id
string
required
userId
string
required
title
string | null
required
content
string | null
required
type
enum<string>
required
Available options:
info,
task_created,
workspace_created,
task_status_changed,
task_assignee_changed,
time_entry_created,
due_date_reminder,
task_overdue,
task_mention
eventData
object | null
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
isRead
boolean
resourceId
string
resourceType
enum<string>
Available options:
task,
workspace