Skip to main content
POST
Create Message

Authorizations

Authorization
string
header
required

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

Headers

Api-key
string | null

Body

application/json
sender_id
string
required
sender_type
string
required
message
string
required
message_type
string
required
conversation_id
string
required
is_finished
boolean
default:true
lease_epoch
integer | null
annotations
Annotations · object | null

Response

Successful Response

id
string<uuid>
required
member_id
string<uuid>
required
sender_id
string
required
sender_type
string
required
message
string
required
message_type
string
required
conversation_id
string
required
created_at
string<date-time>
required
is_finished
boolean
required
annotations
Annotations · object
required