A Node-RED node to send notifications via Pushjet.
Run the following command in your Node-RED user directory - typically ~/.node-red
npm install mrtnmtth/node-red-contrib-pushjet
Uses mustache syntax like {{{payload.message}}}
to set Pushjet message attributes.
Returns Pushjet server response or error message (usually only needed for debugging purposes).
- Support for custom servers.
- Indicator for status of last sent message.
On how to create Pushjet services and more information see the Pushjet documentation.