Skip to content

mamapi/smsapi-javascript-client

 
 

Repository files navigation

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

License

Apache 2.0 License

About

SMSAPI javascripts client that allows you to send messages and administrate your SMSAPI account.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.2%
  • Other 0.8%