Skip to content

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

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published