Private chats between agents in LiveChat
- Push code on heroku:
heroku create -a example-app
heroku git:remote -a example-app
heroku addons:create heroku-postgresql:mini -a example-app
heroku pg:psql --app app_name < database/schema.sql
- Open LiveChat Developer Console and create new app
- Add autorization block with
agents--all:ro
scope; setClient ID
in herokuheroku config:set DIRECT_CLIENT_ID=abcd...
- Add Agent App Widgets (full screen location) with following Widget source URL:
https://example-app.herokuapp.com/direct
(also can be directly opened in browser)
- On LiveChat Developer console, go to
Private Installation
section and install the app - Open http://my.livechatinc.com and you should have an app on left menu