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

smseveryone-node

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

smseveryone-node

Unoffical SMSEveryone API Wrapper for NodeJS

0.3.20
latest
Source
npmnpm
Version published
Weekly downloads
5
-78.26%
Maintainers
1
Weekly downloads
 
Created
Source

smseveryone-node

Unoffical SMSEveryone API Wrapper for NodeJS

Installation

Use the package manager of your choice


pnpm add smseveryone-node

Import the package into your project


import {SMSEveryone} from 'smseveryone-node'

Documentation

Official API Documentation - https://www.smseveryone.com.au/restapi

Authentication


const sendSMS = new SMSEveryone('username','password')

Send and SMS Campaign


sendSMS.sms({
    originator:"AplhaTag",
    destinations:["phonenumbers"],
    message:"Hello, from SMS Everyone module test",
    action:"create"})
    .then(r => console.log(r))
    .catch(e => console.error(e))

or using async and try..catch

Endpoints Supported

Keywords

sms

FAQs

Package last updated on 04 Jul 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