...
Below we list all the available APIs related with a code example.
Send a Text message
Code Block | ||
---|---|---|
| ||
ctlive_contact.sendMessage("Hello world!").then ( function (msgid) { console.log("Message sent", msgid); } ); |
...
...
Below we list all the available APIs related with a code example.
Code Block | ||
---|---|---|
| ||
ctlive_contact.sendMessage("Hello world!").then ( function (msgid) { console.log("Message sent", msgid); } ); |
...