Skip to main content
POST
/
chatbot
/
send-message
Send a message in chat
curl --request POST \
  --url https://api.cleartalk.ai/chatbot/send-message \
  --header 'Content-Type: application/json' \
  --data '
{
  "chatID": "<string>",
  "message": "<string>"
}
'
{
  "chatID": "<string>",
  "message": "<string>"
}

Body

application/json
chatID
string
required

Chat ID for the conversation

message
string
required

Message content to be sent

Response

200 - application/json

Message sent successfully

chatID
string
required

Chat ID for the conversation

message
string
required

Message content to be sent