Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

app_id
string
required

ID of the app

user_id
string
required

ID of the user

Body

application/json

Metamessage creation parameters

metamessage_type
string
required
Required string length: 1 - 50
content
string
required
Maximum string length: 50000
session_id
string | null
message_id
string | null
metadata
Metadata · object

Response

Successful Response

id
string
required
label
string
required
content
string
required
user_id
string
required
app_id
string
required
session_id
string | null
required
message_id
string | null
required
created_at
string<date-time>
required
metamessage_type
string
required
read-only
metadata
Metadata · object