IBM Maximo is now integrated with Google Hangouts: In this article I’m showing you how to embed Google Hangsout into a IBM Maximo application, for example in the Service Request Self Service application.
Google Hangouts is a communication platform developed by Google which includes instant messaging, video chat, SMS and VOIP features.
The most successful businesses in the world include voice and video chat options for customer support. Video chat is the future of customer care and customer happiness. With Google Hangouts integration an operator can help the user during a Service Request submission with live voice and video chat directly in the browser. The video chat software works directly in web browsers, with nothing extra to install, web users just click a button in your live chat widget to start a voice or video call with your support team. Customers love it because they make a personal connection and get their questions answered quickly and clearly.
It’s very simple to embed Google Hangouts into IBM Maximo:
FIRST of all you have to define a Customer Support/Help desk Google Hangouts account, which users can call in case of doubt during a Service Request submission.
SECOND you have to modify the Create Service Request application with the following items (using application designer) :
- add a new section for Operator Assistance where you will able to add the Hangouts button.
- add an IFrame in section’s description with the Java script Hangout button.
At the end the Create Service Request application looks like this one:
Here the code to insert in the section’s description:
<div class="top-caller">
<b>Contact an operator.</b>
<strong>Tel: +39 800999777</strong><br></br>
<!--- invites id is your phone number --->
<g:hangout render="createhangout" widget_size="175" hangout_type="normal" invites="[{ id : '800999777', invite_type : 'PHONE' }]"></g:hangout>
</div>
<script type="text/javascript">
window.___gcfg = {
lang: 'en-US'
};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
IBM Maximo is now integrated with Google Hangouts, the Hangouts button lets you open the video call directly from your browser.
Enjoy using Google Hangouts in IBM Maximo, your comments and suggestions are welcome.