Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-ibmpush

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

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.12
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
24
increased by500%
Maintainers
1
Weekly downloads
 
Created
Source

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 15 Feb 2015

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc