https://github.com/tripflex/whmcs-pushover
Send WHMCS notifications using Pushover to Android and iPhone devices. Currently supports notification on new support ticket being opened and replies.
https://github.com/tripflex/whmcs-pushover
Last synced: 10 months ago
JSON representation
Send WHMCS notifications using Pushover to Android and iPhone devices. Currently supports notification on new support ticket being opened and replies.
- Host: GitHub
- URL: https://github.com/tripflex/whmcs-pushover
- Owner: tripflex
- License: gpl-3.0
- Created: 2013-12-23T04:23:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-27T22:31:01.000Z (about 12 years ago)
- Last Synced: 2025-06-09T00:37:41.075Z (12 months ago)
- Language: PHP
- Homepage: http://forum.whmcs.com/showthread.php?83331-ADDON-Open-Source-Pushover-Android-iPhone-Notifications
- Size: 277 KB
- Stars: 15
- Watchers: 10
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## WHMCS Pushover (pushover.net) Notifications
+ Author: Myles McNamara (get@smyl.es)
+ Current Version: 1.0.1
### Do not use v1.1 branch
This is a branch in development and may not be fully functional.
### Description
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.
### Screenshots
### Features
***
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
### Needs Work
***
- 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!
### Installation
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!
### Changelog
#### 1.0.1
`May 27 2014`
- Added mobile ticket URL option
- Added update checker
- Added WHMCSe framework
- Fixed version output on sidebar
#### 1.0.0
- Initial Release