Notifications
Send automated alerts, event reminders, and administrative announcements.
Send messages to Untis Platform users — either as the platform itself (using a platform token) or on behalf of a specific user (using a user token).
Notifications
Send automated alerts, event reminders, and administrative announcements.
Communication bridge
Connect external communication systems to Untis Platform’s messaging.
| Method | Operation ID | Description |
|---|---|---|
POST | messages | Send a message to one or more recipients |
| Token type | Behavior |
|---|---|
| Platform token | Message appears from the platform itself |
| User token | Message appears from the authenticated user |
Pass one or more user IDs in the request body. There is no built-in group or role targeting — if you need to message all students or all teachers, query the relevant API first to collect their IDs, then pass the full list to the messages endpoint.
Message content supports Markdown, including links. For example:
Please review the [updated schedule](https://example.com/schedule) before Monday.Untis Platform renders Markdown in the recipient’s inbox, so links, bold, and other inline formatting are displayed correctly.