Conversations
Register Message in Context
This endpoint is useful for registering events or messages from external triggers within the context of a specific conversation, without the message being effectively sent to the final participant.
POST
/
conversations
/
{conversationId}
/
message-register
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
conversationId
string
requiredID of the conversation where the message will be registered.
Body
application/json
message
string
requiredText of the message to be registered.
from
enum<string>
default: humanIndicates the sender of the message.
Available options:
human, agent Response
200 - application/json
success
boolean
message
object
Was this page helpful?

