binora / plivo-bulk-sms

A small utility to send bulk sms using plivo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plivo-bulk-sms

Small utility to send sms in bulk using plivo

How to run

  1. clone this repo
  2. npm install
  3. node messenger.js

Config

You can set the following values in config.json :

  1. message - Text to send
  2. plivo auth_id and auth_token
  3. batch_size - Number of messages to be sent in a single request
  4. source_file - Absolute/Relative path of the file containing a list of phone numbers

About

A small utility to send bulk sms using plivo


Languages

Language:JavaScript 100.0%