Forums/Tips & Tricks

Want new chat notification to e-mail or SMS?

Anders Bjørnerud
posted this on September 06, 2011 09:30 pm

Do you have periods with low volume support and use stand-by staff? Want new chat notification to e-mail or SMS?

We have solved this by using PHP code and the LiveChat API.

When loading a webpage we use JavaScript to call a local PHP-script that checks online-status using the API. The script returns chat status and a link to the same script with parameters for starting a new chat.

When a users clicks the link that's returned for "Online"-status, the local PHP-script issues an SMS to our staff through an external SMS API and redirects the user to the LiveChat URL for starting a new chat.

Voila! For every new chat you have staff notification and stand-by support staff does not need to spend time waiting by the computer in periods with low volum.

 

Comments

User photo
Szymon Klimczak
LiveChat

Anders,

wow, this is impressive!

What is the external service that you use for sending email and SMS notifications? 

September 14, 2011 01:17 pm
User photo
Anders Bjørnerud

For e-mail we use our own internal mail servers. For SMS notifications we use a Norwegian SMS gateway vendor called Mobile Media Services.

September 23, 2011 10:04 pm