Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sends a text message to an active chat.

...

Status
colourYellow
titleHTTP POST
/livechat/:domain/sendTextMessageToActiveChat/:chatId

Path Variables:

Name

Mandatory

Type

Description

domain

Status
titleNO

Status
titleSTRING

Unique domain identifier

chatId

Status
colourRed
titleyes

Status
titlestring

Unique chat identifier

...

Code Block
languagejson
{
  "text": "Questo รจ un messaggio esternoThis is a new message from API",
  "nickname":"Lando Calrissian"
}

...