Skip to content

Repository files navigation

SMSAPI JavaScript (node.js) Client

Installation

npm install smsapi --save

Example

import{SMSAPI}from'smsapi';constsmsapi=newSMSAPI('oAuthToken');try{constresult=awaitsmsapi.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

License

Apache 2.0 License

About

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

Resources

Stars

36 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages