Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 7 Next »

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);
  }
);

  • No labels