smsapi
v2.1.3
Published
Official client for sending SMS and account management on SMSAPI
Downloads
17,261
Readme
SMSAPI JavaScript (node.js) Client
Installation
npm install smsapi --saveExample
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
- MFA
- 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
