Chat
post
Sends a chat message and receives a response.
Authorizations
x-api-keystringRequired
Body
messagestringOptional
The message to send to the chatbot
chatbot_IdstringOptional
The ID of the chatbot to interact with
conversation_IdstringOptional
The ID of the conversation
device_typestringOptional
The type of device used for the interaction
device_idstringOptional
The ID of the device used for the interaction
ip_addressstringOptional
The IP address of the user
countrystringOptional
The country of the user
Responses
200
Successful response
application/json
Responseobject
Response object (structure not specified in the provided code)
401
Access token is missing or invalid
application/json
500
Internal server error
application/json
post
/integrations/chatLast updated