New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

node-red-contrib-ibmpush

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-ibmpush

This node can be used to push notifications to mobiles from the Node-RED flow. It uses the IBM Push service in Bluemix

0.1.5
Version published
Weekly downloads
60
Maintainers
1
Weekly downloads
 
Created

node-red-contrib-ibmpush

Sends push notifications to mobile devices using IBM Push for Bluemix

Install

Install from npm

npm install node-red-contrib-ibmpush

Usage

msg.payload is used as the alert in the Notification. Optionally, msg.url can be used as the URL in the notification

MBaaS Application Properties

Application ID and Route - mandatory only when used in non-Bluemix environment and must be copied from the IBM MBaaS service in Bluemix. If used in Bluemix environment, these properties will be automatically read and are not displayed in the configuration screen.

Application Secret - Bluemix application secret key.

Notification Type

Type of notification to be pushed.

  • Broadcast - Send notifications to all the registered devices
  • By Tags - Send notifications to devices subscribed to that tag. Can take multiple values
  • By DeviceIds - Send notifications to devices by their device ID. Can take multiple values
  • By ConsumerIds - Send notifications to devices by their consumer ID. Can take multiple values

Notification Identifiers - Used when notifications are sent By Tags, By DeviceIds and By ConsumerIds. This can take multiple values seperated by comma(,). Example: Killer,Robots

Keywords

FAQs

Package last updated on 09 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts