Through the API any CTLive integrator can send text messages, link or multimedia content, leave an active chat, terminate a chat for all participant.
Below we list all the available APIs related with a code example.
Send a Text message
ctlive_contact.sendMessage("Hello world!").then ( function (msgid) { console.log("Message sent", msgid); } );