1. Unzip the package using a tool like WinZip or WinRAR.
2. Open /integrationapi/lib/config.php and set the KAYAKO_API_USERNAME and KAYAKO_API_PASSWORD constant values to the details you wish to authenticate to the API with. Password should be a MD5 hash of the password you wish to use. Also set the KAYAKO_API_NS to the full URL to the API's index.php file.
Example config.php: (note that this example uses "password" as the password, and is therefore very insecure - change it!)
<?php
define('KAYAKO_API_USERNAME', 'admin');
define('KAYAKO_API_PASSWORD', '5f4dcc3b5aa765d61d8327deb882cf99');
define('KAYAKO_API_NS', 'http://www.example.com/helpdesk/integrationapi/index.php');
?>3. Upload the integrationapi folder inside the root folder of Kayako.
This post has been edited by Andrew Gillard: 07 September 2009 - 10:32 AM
Sign In »
Register Now!
Help
This topic is locked


Back to top








