Official client for sending SMS and account management on SMSAPI
npm install smsapi``bash`
npm install smsapi --save
`ts
import { SMSAPI } from 'smsapi';
const smsapi = new SMSAPI('oAuthToken');
try {
const result = await smsapi.sms.sendSms('+48605xxxxxx', 'My first message!');
console.log(result);
} catch (err) {
console.log(err);
}
``
* Contacts
* Contact fields
* Contact groups
* Hlr
* MFA
* MMS
* Profile
* Sendernames
* SMS
* Subusers
* Templates
* VMS
* SMSAPI.com API documentation
* SMSAPI.pl API documentation
* Repository on GitHub
* Package on npm
* SMSAPI.com web page
* SMSAPI.pl web page