An open API service indexing awesome lists of open source software.

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.

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


Pull Down Notification Preview


Notification View


Notification List View

### 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