Comilio Node JS SMS Send
Node JS client module to send SMS messages using Comilio SMS Gateway.
To use this library, you must have a valid account on https://www.comilio.it.
Please note SMS messages sent with this library will be deducted by your Comilio account credits.
For any questions, please contact us at tech@comilio.it
Installation
$ npm install node-sms-send --save
Send a message with Classic type
const SMS = const sms = 'username' 'password' sms // returns { message_id: 'string' }
Check status of message
const SMS = const sms = 'username' 'password' smsstatus'A95455F7031140769030CCA81E764C5F' // returns [ { phone_number: '+393401234567', status: 'Sent' } ]
More info
You can check out our website https://www.comilio.it