Skip to content

Messaging

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).

v1 Send-only Endpoints: 1

Notifications

Send automated alerts, event reminders, and administrative announcements.

Communication bridge

Connect external communication systems to Untis Platform’s messaging.


MethodOperation IDDescription
POSTmessagesSend a message to one or more recipients

Token typeBehavior
Platform tokenMessage appears from the platform itself
User tokenMessage 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.