This package has been deprecated

Author message:

Archived

node-red-contrib-telenorsms

0.0.7 • Public • Published

node-red-contrib-telenorsms

A collection of Node-RED nodes for accessing Telenor Mine Sider to send SMS text messages, view sent SMS text messages etc.

Installation

The latest release of these nodes can be installed by running:


npm install node-red-contrib-telenorsms

Telenor SMS nodes

These nodes provide functionality for sending SMS text messages from a Telenor account with a cell phone plan. Please not that sending SMS might incur a cost. Some subscription types include a certain number of free SMS each month (e.g. 30). You should check your subscription plan for details on this (the demo Web page mentioned below tries to fetch remaining free SMS messages). Also, note that recipients are restricted to norwegian cell phone numbers.

The nodes expects JSON input format and also returns data in JSON format.

There are currently 7 nodes.

login

Login to a Telenor account. This is required to use the other nodes. After successfull login, these nodes can be used:
  • sendsms
  • Send a SMS text messate to desired recipient(s). Your cell phone number will be the sender.
  • smscount
  • Return the number of free (if any) SMS left. The number varies with the cell phone plan.
  • smsarchive
  • Get the list of sent SMS messages.
  • contacts
  • Get the list of contacts.
  • logout
  • Log out of the Telenor account.

simplesms

Send a SMS text messate to desired recipient(s). Your cell phone number will be the sender. This node can be used standalone.

Dependencies

parse5

Sample

The sample directory contains a Web browser client using the Telenor SMS nodes. The sample Web page can be found here

Package Sidebar

Install

npm i node-red-contrib-telenorsms

Weekly Downloads

4

Version

0.0.7

License

Apache

Last publish

Collaborators

  • tverilytt