node-red-contrib-techulus-push
v1.0.0
Published
A Techulus Push API wrapper for Node-RED
Downloads
3
Maintainers
Readme
node-red-contrib-techulus-push
A Node-RED node to send notifications via Techulus Push.
Install
Run the following command in the root directory of your Node-RED instance,
typically ~/.node-red
.
npm install --save node-red-contrib-techulus-push
Usage
Uses Techulus Push to send msg.payload
to all the devices registered in
your account.
- Uses
msg.topic
to set the title, if not already set in the properties. - Optionally uses
msg.link
to set the link, if not already set in the properties.
Configuration
Copy your API key from your Techulus Push dashboard to the API Key
field in the node properties.
References
- REST API Reference: https://docs.push.techulus.com/api-documentation