You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

node-rocketsms

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-rocketsms

Modern RocketSMS SMS-gateway API.

0.2.2
latest
Source
npmnpm
Version published
Weekly downloads
5
-50%
Maintainers
1
Weekly downloads
 
Created
Source

node-rocketsms

Modern RocketSMS SMS-gateway API.

Features

  • Supports API spec v1.3.0.
  • Clear, lightful API layer
  • Async/await/Promises

Installation

Install the latest version via npm:

npm install node-rocketsms

Example Usage

const RocketSMS = require('node-rocketsms');

const sms = new RocketSMS('username', 'password');

Create message

const result = await sms.send('375999999999', 'New message text!');

Message status

const result = await sms.status(123456789);

Account balance

const result = await sms.balance();

Alfa-numbers list

const result = await sms.senders();

Add alfa-number

const result = await sms.addSender('SenderName');

Templates list

const result = await sms.templates();

©

Keywords

sms

FAQs

Package last updated on 14 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts