Versions Compared

Key

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

...

Below we list all the available APIs related with a code example.

Send a Text message

Code Block
languagejs
ctlive_contact.sendMessage("Hello world!").then (
  function (msgid) {
    console.log("Message sent", msgid);
  }
);

...