Notifications

Create notification

Create a notification for the current user. Most notifications are raised by the server from task and workspace events; this exists for integrations. Returns null when the user has turned off this notification category in their preferences.

post/notification

Request body

titlestring nullable
messagestring nullable

Stored as the notification's content.

typestring required
eventDataobject nullable
relatedEntityIdstring

Stored as resourceId: the task or workspace being pointed at.

relatedEntityTypestring

Stored as resourceType: task or workspace.

Changes