npm install smsapi --saveimport { SMSAPI, MessageResponse } from 'smsapi';
const smsapi = new SMSAPI('oAuthToken');
const response = async (): Promise<MessageResponse> => {
return await smsapi.sms.sendSms('+48605xxxxxx', 'My first message!');
};- Contacts
- Contact fields
- Contact groups
- Hlr
- MMS
- Profile
- Sendernames
- SMS
- Subusers
- Templates
- VMS