Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

Version published
Weekly downloads
2
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:
  1. Add Channel Filters
  2. Add Device Type Filters
  3. Allow to sent to set of specific users
  4. Add Scheduling Options Filter
  5. 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

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