I am assuming that the following code will stop Kayako from sending an autoresponse:
function putTicket($title,$message)
{
return CBS_KayakoAPI::submitTicket(KAYAKO_API_USERNAME,
HSA_PASSWORD,
*** email address ****,
getDepartmentID('Website Additions'),
getPriorityID('Low'),
'HSA Website',
$title,
$message,
false,
0,
''
);
}
Unfortunately, I still get the autoresponse email.
Is there some other parameter that also needs to be set to disable autoresponses?
Randy
Page 1 of 1
submitTicket - sendAuto
#2
Posted 18 May 2009 - 07:36 AM
Sorry about that, I've now fixed it and released a new version. Please download that and try it (only /lib/api.class.php has changed, if that makes it easier to update) - hopefully it will work fine now, but let me know if you come across any futher issues.
Andrew Gillard
Lead Developer - Craig Brass Systems
Lead Developer - Craig Brass Systems
Share this topic:
Page 1 of 1
Sign In »
Register Now!
Help

Back to top








