notifications

Send Messages

Send E2E encrypted messages to one or more users.

Each message is encrypted with the recipient's individual shared key. Creates bilateral notifications visible to both sender and recipient. If recipient is online via WebSocket, delivers in real-time.

Returns the created notifications.

post/api/notifications/

Request body

Response

Successful Response

typestring required
external_idstring required
workspace_ext_idstring nullable
contentstring nullable
newboolean
created_atstring date-time required
updated_atstring date-time required

Changes