This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

node-red-contrib-ibmpush

0.2.8 • Public • Published

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

=======

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-ibmpush

Weekly Downloads

3

Version

0.2.8

License

Apache-2.0

Last publish

Collaborators

  • amitmangalvedkar
  • jeffdare