POST
/
conversations
/
{conversationId}
/
message-register

Authorizations

Authorization
string
headerrequired

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

Path Parameters

conversationId
string
required

ID of the conversation where the message will be registered.

Body

application/json
message
string
required

Text of the message to be registered.

from
enum<string>
default: human

Indicates the sender of the message.

Available options:
human,
agent

Response

200 - application/json
success
boolean
message
object