brendan-myers / node-red-contrib-telstra-messaging

A Node-RED node to send SMS messages via the Telstra Messaging API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-red-contrib-telstra

A Node-RED node to send SMS messages via the Telstra Messaging API.

NPM Version NPM Downloads

Installation

From your NodeRED directory;

npm install node-red-contrib-telstra

Prerequisites

A Telstra developer account with an active messaging api application.

Usage

The node will use msg.payload as the body of the message. Three parameters are needed to configure the node;

Parameter Description
consumer key the consumer key for your Telstra Messaging API app.
consumer secret the consumer secret for your Telstra Messaging API app.
recipient phone number (in E.164 format) to send the SMS to. This number can be in international format if preceeded by a '+', or in national format.

License

Apache-2.0

About

A Node-RED node to send SMS messages via the Telstra Messaging API

License:Apache License 2.0


Languages

Language:JavaScript 61.3%Language:HTML 38.7%