- Author: Myles McNamara (get@smyl.es)
- Current Version: 1.0.1
This is a branch in development and may not be fully functional.
This is an addon module for WHMCS (whmcs.com) to send push notifications using the Pushover API.
Currently the only working feature is high priority notification for a new support ticket being opened. There are many other features and configurable options planned which are listed below.
This release is still in beta stages so use at your own risk. Tested working on WHMCS 5.2.1 and WHMCS 5.3.1 Beta.
|
|
|
Feature | Availability | Status |
---|---|---|
New support ticket opened notification | active |
complete |
Option to use mobile URL for ticket | active |
complete |
Update notice on admin dashboard | active |
complete |
New support ticket reply notification | active |
testing |
Link to ticket from notification | active |
complete |
Configure instances to send notifications (New, Reply, Dept Change, Etc) | planned |
pending |
Allow priority to be based off ticket priority | planned |
pending |
Multiple user keys | planned |
pending |
Custom subject configuration | planned |
pending |
Custom addon module configuration page | planned |
in dev |
Configure notification priority | planned |
in dev |
Configure notification sound | planned |
in dev |
Custom subject configuration | planned |
in dev |
Message max characters concat | planned |
in dev |
Configure notification timestamp | planned |
in dev |
Custom app title in Pushover | planned |
in dev |
Custom ticket URL | planned |
pending |
- Format special characters in responses (COMPLETED)
- Consolodate code functions
- Concatenate message
Got an idea? Stick a fork in it, send a pull request, open a new issue, or email me!
Download latest release, and copy the entire modules directory to your root WHMCS installation.
Login to WHMCS Admin area, Setup >> Addon Modules, then activate "Pushover Notifications". Once you activate the addon module, click on Configure, enter your user key from Pushover (pushover.net), select Access Control, click Save Changes, and profit!
May 27 2014
- Added mobile ticket URL option
- Added update checker
- Added WHMCSe framework
- Fixed version output on sidebar
- Initial Release