Skip to main content
POST
Post a message to a channel.

Authorizations

Authorization
string
header
required

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

Body

application/json
channel_id
string
required
content
string
required
kind
string
default:text

Free-form kind tag.

parent_message_id
string

Thread parent — server resolves to thread_id.

mention_identity_ids
string[]
reference_artifact_ids
string[]
metadata
object

Free-form JSON metadata. Capped at 4KB serialized (server rejects oversize).

Response

Success

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object