Skip to content

kalliope-project/kalliope_neuron_pushetta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Push notification

Synopsis

Send broadcast communications to groups of subscribers.

Available client are:

  • Android phone
  • iOS phone/
  • Windows Phone
  • Chrome Browser

This neuron is based on Pushetta API. You need to create a free account and a chanel before using it. You need to install a client App on the target device.

Installation

kalliope install --git-url https://github.com/kalliope-project/kalliope_neuron_pushetta.git

Options

parameter requiered default choices comment
message yes Message that will be send to the android phone
api_key yes Token API key availlable from Pushetta dashboard
channel_name yes Name of the subscribed channel

Return Values

No returned value

Synapses example

The following synapse will send a push message to device that have subscribed to the channel name "my_chanel_name" when you say "push message".

 - name: "send-push-message"
   signals:
      - order: "push message"
   neurons:
     - android_pushetta:
         message: "Message to send"
         api_key: "TOEKENEXAMPLE1234"
         channel_name: "my_chanel_name"    

Notes

Note: You must install a client App on the target device.

Note: You must create a channel an get a token key on Pushetta website before using the neuron.

License

Copyright (c) 2016. All rights reserved.

Kalliope is covered by the MIT license, a permissive free software license that lets you do anything you want with the source code, as long as you provide back attribution and "don't hold you liable". For the full license text see the LICENSE.md file.

About

A Kalliope Neuron to manage Pushetta.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages