Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

NashvilleConflict/twilio-node-batchSMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twilio Node Batch SMS API

Setup

install dependencies:

npm Install

Get .env file add it to the top level of application for environment variables.

Run application

node server.js

Current Endpoint

POST request to /api/twilio with body:

{
    "numbers": [],
    "message": "Hello!"
}

RESPONSE object:

{
    "results" : {
        "1112223333" : "Success!",
        "6786786" : "The 'To' number 6786786 is not a valid phone number."
    }
}

About

Simple Node endpoint to send batch SMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published