Skip to main content
POST
/
v1
/
chats
/
{id}
/
messages
Send a message to chat
curl --request POST \
  --url https://api.telaos.com/v1/chats/{id}/messages \
  --header 'Content-Type: application/json' \
  --data '
{
  "module_id": "chat",
  "message": ""
}
'
{}

Path Parameters

id
string
required

Body

application/json

Schema for chat message content.

Attributes: message (str): The text content of the message to be sent

module_id
string
default:chat
message
string
default:""

Response

Returns processing status of the message

The response is of type object.