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 4 Next »

Through the API, any CTLive integrator can, for instance 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( text ).then (
  function (msgid) {
    console.log("Message sent", msgid);
  }
);

  • No labels