From f7c61fdcbe9770ce1d263f96fd5dbf0907f8112c Mon Sep 17 00:00:00 2001 From: Joey Undis Date: Mon, 17 Apr 2017 15:20:31 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a3cdde..de991ee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # CWSlack-SlashCommands +[![Gitter chat](https://badges.gitter.im/jundis/CWSlack-SlashCommands.png)](https://gitter.im/jundis/CWSlack-SlashCommands) + This script, when hosted on a PHP supported web server, will act as a bridge between the JSON requests of Slack and the JSON responses of the ConnectWise REST API. cwslack.php, cwslack-incoming.php, cwslack-activities.php, cwslack-configs.php, and cwslack-contacts.php were designed to be independent, but all rely on the config.php and functions.php files. This allows you to pick and choose what you want and for different Slack commands instead of one universal /cw tickets 249123 and /cw contact john doe it can be /t 249123 and /c john doe.