2017 © Pedro Peláez
 

library orocrm-livechat-bundle

LiveChat Activity Bundle

image

aligent/orocrm-livechat-bundle

LiveChat Activity Bundle

  • Monday, October 23, 2017
  • by aligent
  • Repository
  • 19 Watchers
  • 3 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 14 % Grown

The README.md

Aligent LiveChat Integration Bundle for OroCRM

Facts

  • version: 1.1.0
  • composer name: aligent/orocrm-livechat-bundle

Description

This bundle provides an OroCRM integration for the chat service provided by Live Chat Inc. When a customer intiiates a chat, this bundle can process the chat_start webhook and provide Oro Contact information for the LiveChat interface.
On chat_ended webhook we capture the chat transcript and save it to OroCRM associating it with the relevant contact., (*1)

Once installed and configured, the following changes will be visible to the end user: * In the LiveChat interface, an Agent will see additional customer information in the sidebar (with an Oro icon) when a customer with an existing OroCRM contact initiates a chat. * In OroCRM you'll see a new option "Chat Transcripts" under the "Activities" menu. This can be used to view past chat transcripts. * The Activities feed for a contact will include their live chat transcripts., (*2)

If a customer without an existing contact in OroCRM initiates a live chat, the transcript will still be recorded in OroCRM, but a contact record will not be created., (*3)

Installation Instructions

  1. Install this module via Composer, (*4)

    composer require aligent/orocrm-livechat-bundle
  2. Clear cache and run migrations, (*5)

    php app/console cache:clear --env=prod
    php app/console oro:migration:load --force --env=prod
  3. Set a username and password for the webhook via the Oro System Configuration.
    Go to "System" then "Configuration". Select "Live Chat Configuration" under "General Setup". Enter a user name and password (note these settings for later) and click "Save"., (*6)

  4. Log into your LiveChat web interface. Go to "Settings" (gear icon in top right), then "Integrations", and select "Webhooks",, (*7)

    1. Create a webhook for the "chat_started" event (leave all options ticked) using the following URL: https://livechatinc:[PasswordYouSetInStep2]@[YourDomainHere]/livechatinc/webhook/chatStart
    2. Create a webhook for the "chat_ended" event (leave all options ticked) using the following URL: https://livechatinc:[PasswordYouSetInStep2]@[YourDomainHere]/livechatinc/webhook/chatEnd

Support

If you have any issues with this bundle, please create a pull request with a failing test that demonstrates the problem you've found. If you're really stuck, feel free to open GitHub issue., (*8)

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub., (*9)

Developer

Jim O'Halloran jim@aligent.com.au, (*10)

Licence

OSL - Open Software Licence 3.0, (*11)

(c) 2017 Aligent Consulting, (*12)

The Versions

23/10 2017

dev-master

9999999-dev https://github.com/aligent/orocrm-livechat-bundle

LiveChat Activity Bundle

  Sources   Download

OSL-3.0

The Requires

 

oro orocrm livechat

23/10 2017

1.1.0

1.1.0.0 https://github.com/aligent/orocrm-livechat-bundle

LiveChat Activity Bundle

  Sources   Download

OSL-3.0

The Requires

 

oro orocrm livechat

02/08 2017

1.0.1

1.0.1.0 https://github.com/aligent/orocrm-livechat-bundle

LiveChat Activity Bundle

  Sources   Download

OSL-3.0

The Requires

 

oro orocrm livechat

19/07 2017

1.0.0

1.0.0.0 https://github.com/aligent/orocrm-livechat-bundle

LiveChat Activity Bundle

  Sources   Download

OSL-3.0

The Requires

 

oro orocrm livechat