Contact Center Software Providers (CCSP)

CCSP is an IMIconnect component that acts like a connector between IMIconnect and CCSP like Enghouse or IMIchat.
The integration enables CCSP vendors to support chat with their end customers on multiple channels (Example: Facebook Messenger, Real Time Messaging) along with their own primary channel like web chat.

Chat agents using CCSP integrated with IMIconnect use the same interface as that of CCSP, but additionally will be able to receive messages from multiple channels using the same interface. When the chat agent reply, the message is sent back to the customer on the same channel from which the message was received. The supported channels are:

  • SMS
  • Facebook Messenger
  • Twitter Direct Messages
  • WeChat
  • Real Time Messaging

For example, if an end customer interacts through the Facebook channel, the message is received by IMIconnect and then sends it to CCSP provider. When the agent responds to the message, the message is received by IMIconnect and then sends it to end customers Facebook account.

When the chat is closed after successful interaction, IMIconnect can trigger events and rules that are configured to collect additional information which is relevant to particular businesses such as feedback or customer satisfaction survey.
[](If you send MOs more than 1024 characters in RT/OTT, CCSP vendor is truncating till that limit which causes missing of actual message.)

Enghouse Integration

The below figure shows the IMIconnect and Enghouse integration flow.

1309

Figure 1: Chat Engine

Following are the topics of Enghouse integration:

Prerequisites


You have to source Enghouse connection parameters to configure in IMIconnect, which are specific to a customer.

Limitation


Enghouse is truncating the messages with more than 1024 characters sent through OTT/RT channels which causes missing of actual message.

Configure Enghouse


To configure Enghouse with IMIconnect:

  1. Log on IMIconnect with your credentials.
  2. From the menu, click Tools > INTEGRATIONS. The Integrations screen appears.
  3. Click ADD INTEGRATION, choose CCSP and click NEXT. to proceed.
182

Figure 2: Add Integrations

637

Figure 3: Select Enghouse

  1. Enter the following information in the screen that appears.
  • TENANT SETTINGS : Enter a name for your connector. For example, ChatEngineEnghouse.
  • CONNECTION PARAMETERS: Enter the connection parameters received from Enghouse. The CONNECTION PARAMETERS are specific to a customer. You have to source it from Enghouse on providing appropriate details to integrate Enghouse with IMIconnect.
  • MESSAGE ROUTING: Select the checkbox to invoke rules or flows when an agent replies to an end customer. If the checkbox is not selected, rules or flows cannot be invoked.
1126

Figure 4: Tenant Settings

  1. Click SAVE. The Enghouse instance is added to the screen.
  2. To change the settings of Enghouse for any reason, click MANAGE.
  3. To delete the integration, click DELETE.

Map Enghouse with IMIconnect Service


To map Enghouse in IMIconnect service:

  1. Open a service and click Integrations.
  2. The Integration Settings screen appears.
  3. Select Select end point and Select app name from the drop-down.
  4. Click SAVE.
700

Figure 5: Select agent end-point instance

[](Now, IMIconnect is configured to listen for Enghouse updates. You can create flows and rules to create or update data in Enghouse. To create a flow with Enghouse, click here

Configure Rules Based on Enghouse Events


Following are the events that can be captured from CCSP:

  • Chat closed
  • Chat Idle
  • Chat opened
  • Custom Event
  • Incoming message

Following are the actions that can be configured when an event occur in CCSP:

  • Send SMS
  • Initiate a voice outbound call
  • Send RTM message
  • Send Twitter direct message
  • Send WeChat message
  • Send Facebook message
  • Send app push message
  • Notify to URL
  • Invoke a flow

For example, to configure Send SMS action on Chat closed event, configure a rule as below:

834

Figure 6: Example Event

IMIchat Integration

This integration allows any client to use the chosen CCSP endpoint User Interface with channel capabilities provided by IMIconnect.

The following topics are covered in IMIchat integration:

PREREQUISITES

A client interested in using the capabilities of Chat Engine and IMIconnect whilst facilitating customer contact through IMIchat is required to first setup the IMIchat integration on IMIconnect. The following are the prerequisites:

  • Name
  • IMIchat Instance (For example., https://.imi.chat
  • Client Secret (will be available to the client on IMIchat: Group Admin Role/Super Admin Role)

ADD CCSP INTEGRATION

To set up the integration, follow the steps below:

  1. From the Add Integrations list, select CCSP.
182

Figure 7: Add Integrations

  1. Select IMIchat as the CCSP Integration end point.
633

Figure 8: Select CCSP Integration end point type

  1. Enter a name of the integration.
625

Figure 9: Enter Integration Name

  1. In the chat engine creation page, enter values in the IMIchat instance URL and Team Secret (shared offline) fields. Click Validate and Save.
1420

Figure 10: Chat Engine Creation

MAP CCSP IN A SERVICE

To map CCSP in a service, perform the following steps:

  1. Open a service and click Integrations.
1033

Figure 11: Add Integration to Service

  1. From the integration list, select the CCSP vendor and choose from the list of configured integrations you want to use with this service.
  2. Click Save.

CONFIGURE RULES BASED ON IMIchat EVENTS

  1. Select a trigger channel, from the available list.
967

Figure 12: Select Trigger Channel

  1. Following events can be triggered from CCSP:
  • Chat closed: This event is raised when the chat is either closed at the integration end point or the chat is timed out.
  • Chat idle: This event is raised when the chat status changes to idle at at the integration end point.
  • Chat opened: This event is raised when a new chat is opened at the integration end point.
  • Custom event: A custom event which is already configured on IMIchat can be used as a trigger event.
  • Incoming message: This event is raised when a new message on chat is received from the integration end point.
  1. Enter trigger conditions, or skip to Choose from Actions.
927

Figure 13: Choose an Event

966

Figure 14: Select an Action

  1. Enter the action parameters. This message is sent to the user profile derived from the event that was selected in Step 3; for example: CCSP Chat opened.
    Complete the rule and click Save & Submit.
962

Figure 15: Enter Action Parameters

The message is sent to user profile that is derived from the CCSP Custom Event; for example if Forward to BOT + CCSP action is selected, then the message will be sent to both BOT and the CCSP.

Sample codes for the list of events, which may be used as triggers to perform actions on IMIconnect.

{ 
 “event_type”: “flow_triggered” 
 “chatid”: “CSR123092121929”, 
 “messageid”: “5”, 
 “flowparams” :{ 
  “param1”: “value”, 
  “param2”: “value”, 
  “param3”: “value”, 
 } 
}
{ 
 “chatid”: “CSR123092121929”, 
 “event_type”: “customer_unattended”, 
 “wait_time”: “15” //in minutes 
}
{ 
 “chatid”: “CSR123092121929”, 
 “event_type”: “chat_closed”, 
 “status”: “closed” 
}

For more information on how to configure rule, see Creating Rules in Services