Unoffical SMSEveryone API Wrapper for NodeJS
Use the package manager of your choice
pnpm add smseveryone-node
Import the package into your project
import {SMSEveryone} from 'smseveryone-node'
Official API Documentation - https://www.smseveryone.com.au/restapi
const sendSMS = new SMSEveryone('username','password')
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
- Campaign Request - Send or Schedule an SMS
- Delivery Receipts Request - Check Deliverys
- Replies Request - Get Replies
- Optouts Request - Manage Optopts
- List Request - Manage Lists for bulk SMSs
- Add Credit Rejest - Add Credits, if approved