smsapi
TypeScript icon, indicating that this package has built-in type declarations

2.0.13 • Public • Published

SMSAPI JavaScript (node.js) Client

Installation

npm install smsapi --save

Example

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
  • MMS
  • Profile
  • Sendernames
  • SMS
  • Subusers
  • Templates
  • VMS

Docs & Infos

License

Apache 2.0 License

Readme

Keywords

none

Package Sidebar

Install

npm i smsapi

Weekly Downloads

5,004

Version

2.0.13

License

Apache-2.0

Unpacked Size

35.7 kB

Total Files

5

Last publish

Collaborators

  • smsapi