System messages
System message can be send to a recipient.
Sends a new system message.
POST https://api.bundeling.com/V2/system_messages| Name | Description | Type | Nillable | Required |
|---|---|---|---|---|
recipient_uuid | The unique identifier of the receiving user. | string | false | true |
message | The actual body of the message. | string | false | true |
{
"recipient_uuid": "8e09c4749b234633a7319148aac8cb81",
"message": "Dear John Doe..."
}{
"uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
"author_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
"recipient_uuid": "8e09c4749b234633a7319148aac8cb81",
"parent_uuid": "8e09c4749b234633a7319148aac8cb81",
"type": "message",
"colleague_user_uuid": "48b99d307f8746a8b126f76be5d1153e",
"object_type": "",
"object_uuid": "",
"file_uuid": "",
"status": "read",
"message": "Dear John Doe...",
"creationdate": "2026-04-03T00:00:00+0200",
"lastupdate": "2026-04-03T00:00:00+0200"
}