Chat Tools Suggestions

Greetings, 

Our company is looking for a chat tool that has better integration with Sugar CRM and can easily exchange customer information back and forth with Sugar. Currently, we are using Olark chat tool. Char works fine but exchanging information between systems is not that great. 

We are looking for some suggestions from sugar users who are using some chat system or previously used one that integrates well with SugarCRM. 

Thank you all for your help. 

Parents
  • We use LiveChat. I built a "Chat" module in Sugar where all chats are logged, additionally I programmed hooks that leverage APIs on both sides (Sugar and LiveChat) to log the Chats in the Chat module, display existing Cases, Leads, Licenses (custom), links to current Orders (custom) etc in the dashboard inside the Chat. The Chat user can log a Case, or create a Lead for Sales and the chat contents are copied over to those modules.

    It's not complicated, but it does require a fair amount of coding. Though some can probably be simplified using third party tools like @Dmytro Chupylka's Logic Builder which, as I understand it, allows you to configure logic hooks with drag and drop instead of having to write the php.

    Having said all this, if you don't have developers on staff to code and maintain custom code, I think that looking at SugarLive, as suggested by   may be the better option.

    Remember that every piece of custom code comes with a risk that an upgrade on either end (the Chat application or the Sugar application) could break that code. While if you go with the Sugar developed integrated solution, they will ensure compatibility which will save you a lot of the headaches, and costs, that go with developer turnover and/or hiring consultants.

    FrancescaS.

Reply
  • We use LiveChat. I built a "Chat" module in Sugar where all chats are logged, additionally I programmed hooks that leverage APIs on both sides (Sugar and LiveChat) to log the Chats in the Chat module, display existing Cases, Leads, Licenses (custom), links to current Orders (custom) etc in the dashboard inside the Chat. The Chat user can log a Case, or create a Lead for Sales and the chat contents are copied over to those modules.

    It's not complicated, but it does require a fair amount of coding. Though some can probably be simplified using third party tools like @Dmytro Chupylka's Logic Builder which, as I understand it, allows you to configure logic hooks with drag and drop instead of having to write the php.

    Having said all this, if you don't have developers on staff to code and maintain custom code, I think that looking at SugarLive, as suggested by   may be the better option.

    Remember that every piece of custom code comes with a risk that an upgrade on either end (the Chat application or the Sugar application) could break that code. While if you go with the Sugar developed integrated solution, they will ensure compatibility which will save you a lot of the headaches, and costs, that go with developer turnover and/or hiring consultants.

    FrancescaS.

Children