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.
Authorizations
API key or session token (Bearer)
Body
Response
The created notification, or null when the user has muted this notification type
Free-text body. Null for generated notifications, whose text the client renders from type and eventData.
One of: info, task_created, workspace_created, task_status_changed, task_assignee_changed, time_entry_created, due_date_reminder, task_overdue, task_mention, task_comment.
The id of the task or workspace the notification points at.
task or workspace.
Type-specific payload, e.g. { taskTitle, oldStatus, newStatus, projectId, workspaceId }.