Skip to content

minusInfinite/smseveryone-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Unoffical SMSEveryone API Wrapper for Node

Resources

License

Stars

Watchers

Forks

Packages

No packages published