smsalert

send sms using www.smsalert.co.in

Usage no npm install needed!

<script type="module">
  import smsalert from 'https://cdn.skypack.dev/smsalert';
</script>

README

Smsalert Node JS SMS Send

Node JS client module to send SMS messages using SMS Alert Gateway.

To use this library, you must have a valid account on https://www.smsalert.co.in.

For any questions, please contact us at support@cozyvision.com

Installation

$ npm install smsalert

Send a message

    const SMS = require('smsalert');
    const sms = new SMS(username, password);
    const resultMessage = sms.send(to, message,senderid);
    core.debug('SMS sent!');
    core.debug(resultMessage.description);

More info

You can check out our website https://www.smsalert.co.in