Skip to content

Based on slack plugin but will use suitecrm json api.

License

Notifications You must be signed in to change notification settings

scicali/osticket-suitecrm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osTicket-SuiteCRM

An plugin for osTicket which creates cases on SuiteCRM.

Originally forked from: https://github.com/clonemeagain/osticket-slack.

Info

This plugin uses CURL and was designed/tested with osTicket-1.10.1

Requirements

  • php_curl
  • A SuiteCRM installation with an available JSON API (v. 7.10.4 and higher recommended)

Install


  1. Clone this repo or download the zip file and place the contents into your include/plugins folder.
  2. Now the plugin needs to be enabled & configured, so login to osTicket, select "Admin Panel" then "Manage -> Plugins" you should be seeing the list of currently installed plugins.
  3. Click on SuiteCRM Notifier and paste your SuiteCRM base URL into the box (SuiteCRM setup instructions below).
  4. Click Save Changes! (If you get an error about curl, you will need to install the Curl module for PHP).
  5. After that, go back to the list of plugins and tick the checkbox next to "SuiteCRM Notifier" and select the "Enable" button.

SuiteCRM Setup:

  • Navigate to your SuiteCRM installation using an administrator account.
  • Create an Auth login. Take note of the Auth Secret before saving.
  • After saving, take note of the ID generated.
  • Paste this info into the osTicket -> Admin -> Plugin -> SuiteCRM config admin screen.

Test!

Create a ticket!

You should see something like the following appear in your Slack channel:

slack-new-ticket

When a user replies, you'll get something like:

slack-reply

Adding pull's from original repo:

+0.2 - 17 december 2016 +[feature] "Ignore when subject equals regex" by @ramonfincken

About

Based on slack plugin but will use suitecrm json api.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%