Skip to content

This will allow you to integrate with the Pushover API to send messages

Notifications You must be signed in to change notification settings

cjazinski/cfWheels_plugin_pushover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfWheels_plugin_pushover


Author: Christopher Jazinski
Version: 0.1a
Last Modified: 01/27/2014
Description: This will allow you to integrate with the Pushover API to send messages
Installation: Place the Zip folder in your plugins directory. CfWheels should unzip
PreReqs: You must define a few variables in the settings so the pushover plugin knows your API and Application key. You can register your application (and obtain both keys) at pushover.net. ALSO YOU MUST HAVE A PUSHOVER ACCOUNT AND APP (ios/droid)

How to Use:

  1. Set Variables
  2. Send Notification

    Variables:
  • PushoverAppToken
  • PushoverUserToken
  • PushoverEmergencySound

    Example: set(PushoverAppToken:'1abcd32345def...');

Usage:
PushoverSendNotification('String to Send');
PushoverSendNotification('String to Send', 0); //With priority param
PushoverSendNotification('String to Send', 0, 'soundToPlay'); //With sound to play

About

This will allow you to integrate with the Pushover API to send messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published