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
2
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 Notification service in Bluemix

  • 0.2.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
21
increased by950%
Maintainers
2
Weekly downloads
 
Created
Source

node-red-contrib-ibmpush

Sends push notifications to mobile devices in Node-RED using IBM Push Notification for Bluemix

Install

Install from npm

npm install node-red-contrib-ibmpush

Usage

msg.payload is used as the alert in the Notification.

Mobile Push Properties

Application Mode - Select the mode of operation for the IBM Push Notification. You can override this property by providing msg.mode

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

Application Region - The Region of Bluemix on which the IBM Push Notification Service is created. Available Regions - US South, United Kingdom, Germany and Sydney

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 seperated by comma(,)
  • By DeviceIds - Send notifications to devices by their device ID. Can take multiple values seperated by comma(,)
  • By User Ids - Send notifications to devices by their User ID. Can take multiple values seperated by comma(,)
  • Only Android devices - Send notifications to all the registered Android devices
  • Only iOS devices - Send notifications to all the registered iOS devices

Notification Identifiers - Used when notifications are sent By Tags , By User Ids and By DeviceIds. This can take multiple values seperated by comma(,). Example: GoldCoupons,SilverCoupons. You can override this property by providing msg.identifiers

Visit this link for more information on IBM Push Notification for Bluemix

=======

Keywords

FAQs

Package last updated on 03 Jul 2017

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