Skip to main content
POST
Send a Conversation Message

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the conversation group

Body

application/json
user_id
string
required

The ID of the admin or moderator sending the message

message
string
required

The message to send. Accepts plain text or supported Markdown. Markdown is rendered as rich text in SchoolMaker. Existing plain-text messages remain supported.

Response

Message sent successfully

id
string
group_id
string
user_id
string
content
string
created_at
string<date-time>