smsapi
v2.0.14
Published
Official client for sending SMS and account management on SMSAPI
Downloads
12,588
Readme
SMSAPI JavaScript (node.js) Client
Installation
npm install smsapi --save
Example
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);
}
Supported modules
- Contacts
- Contact fields
- Contact groups
- Hlr
- MMS
- Profile
- Sendernames
- SMS
- Subusers
- Templates
- VMS
Docs & Infos
- SMSAPI.com API documentation
- SMSAPI.pl API documentation
- Repository on GitHub
- Package on npm
- SMSAPI.com web page
- SMSAPI.pl web page