Messages
Send Message
Sends Message to the Thread between a Chatbot and an EndUser, returns the Message created from the request, the Messages generated in response, and returns information about the Thread between the Chatbot and EndUser
POST
/
message
Authorizations
Authorization
string
headerrequiredAdd api-key YOUR_API_SECRET_KEY
as the value of the Authorization
header.
Body
application/json
chatbot_id
string
Unique identifier of the Chatbot recieving the Message
end_user_id
string
Unique identifier of the EndUser sending the Message
content
string
Text content of the Message
Response
200 - application/json
thread
object
messages
object[]
Array of Messages in response to prompted Message
in_response_to
object