I currently work for a company that uses Kayako for their support system. They sell an extra program called Insta Alert that plays a sound when a new ticket is submitted.
I use WHMCS for my own company, and would like to develop something to work with it that does the same thing. Here is the WHMCS API...
http://wiki.whmcs.com/API:Functions
I am wondering if it would make more sense from a remote C++ application to use the API or just check the MySQL database for new tickets? This is not really something im overly familiar with (I usually make mods) but it doesn't seem overly difficult. I just want some assistance in choosing the best approach.