🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

node-red-contrib-onesignal

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-onesignal

Node-RED OneSignal Push Notification Node

0.2.1
latest
Source
npm
Version published
Weekly downloads
1
-87.5%
Maintainers
1
Weekly downloads
 
Created
Source

node-red-contrib-onesignal

Node-RED node for push notifications.

A node for sending push notifications using OneSignal. It currently supports subset of the OneSignal features.
Right now, It allows to send notification on following platform:

  • WEB
  • ANDROID
  • iOS

Node Configuration

OneSignal App Id
Configure OneSignal app id and Rest api key.

Title
It containes title of push notification.
You can add title from msg.payload.title or can type manually.

Message
It containes body content of message.
You can add message content from msg.payload.content or can type manually.

Platform
To only send to specific platform, you may check only that platform.
Don't check any platform to send all platform.

Target
Select target user whom you wants to send notification.

  • Segment
    You simply specify which segments you want to send to.
  • PlayerIds
    You can add playerId(array of string) from msg.payload.playerId or can type manulally.

TODO:

  • Add Channel Filters
  • Add Device Type Filters
  • Allow to sent to set of specific users
  • Add Scheduling Options Filter
  • Add custom filter options

FAQs

Package last updated on 09 May 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