Skip to content

fbuffa2003/LiveChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveChat: Agent App Extension Example (PHP & Silex)

This is an example of Agent App Extension.

Set up the environment

git clone [email protected]:livechat/agent-app-sample-extension.git
cd agent-app-sample-extension
composer install

Your extension should be hosted over HTTPS.

Turn on the extension

Navigate to https://my.livechatinc.com/ and paste the following snippet in the developers console.

App.collections.Integrations.add({
  id: 'sandbox',
  url: 'https://your_extension_url'
})

Enjoy! 🚀

About

Integration with LiveChat - BPMOnline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published