How to Check if an ICA Chat Tried to Handover to 8x8 Contact Center

Updated: 07/10/2025

Objective

A possible issue with ICA is that chat events do not reach the 8x8 Contact Center. This could be a whole chat session or just a single message.
If you have checked our How to Check if an ICA Chat Reached 8x8 Contact Center and determined that an ICA chat session did not reach our 8x8 Contact Center platform at all, you can use this guide to see if the call flow in Cognigy reached a handover event to pass the interaction to an 8x8 Contact Center queue.

Applies To

  • 8x8 Contact Center
  • Intelligent Customer Assistant (ICA)
  • Cognigy

Procedure

To check if a chat attempted to handover to an agent, you will need to check the logs within Cognigy to see if the handover event occurred.
  1. Log in to your Cognigy platform.
  2. Click on the agent experiencing the issue.
  3. Expand the Build tab and select Flows.
  4. Select the Flow experiencing the issue.
  5. Find the Handover to Agent node in the flow.
  6. Click on the + above the Handover node and select a Code node.
  7. In the Code node setting, insert a debug message. Example: api.log(“debug”,”this is a debug message”)
  8. Recreate your issue.
  9. Expand the Test tab and select Logs.
  10. Enable the Debug filter.
  11. Search through the logs to see if you can find your debug message.
Note: If you are unable to find your debug message, then the conversation did not reach that part of the flow. You may need add debug messages earlier into the flow to see where it is failing to reach.
If the debug message was found but interactions are still not reaching the 8x8 Contact Center, there may be an issue with the handover settings.