Skip to content

vitaliy-orlov/whmcs-slack-notif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

whmcs-slack-notif

WHMCS hook for ticket open and reply from owner. Also it send push notification into Slack channel

Installation

Copy needed PHP file into WHMCS directory $WHMC_ROOT/includes/hooks.

Setting

Each PHP file contations function get_options. You have to fill it with your private data.

Example:

function get_options() {
	return array(
      'url' => 'https://slack.com/api/chat.postMessage',
      'channel_tickets' => '000000000',
      'token' => 'xxxx-xxxxxxxxx-xxxx',
      'admin_user' => 'admin',
      'whmcs_host' => 'http://mywhmcs.com/'
  );
}

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages