README
SMSAPI JavaScript (node.js) Client
Installation
npm install smsapi --save
Example
import { SMSAPI, MessageResponse } from 'smsapi';
const smsapi = new SMSAPI('oAuthToken');
const response = async (): Promise<MessageResponse> => {
return await smsapi.sms.sendSms('+48605xxxxxx', 'My first message!');
};
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