Client api for SMS client.
import * as msgsms from 'msgsms';let client = msgsms.newClient(connectorName);let resp = client.sendByName(templateName, to, msg); Copy
import * as msgsms from 'msgsms';let client = msgsms.newClient(connectorName);let resp = client.sendByName(templateName, to, msg);
Client api for SMS client.