Genesys Cloud - Developer Community!

 View Only

Sign Up

The Interaction Widget remains open by default for subsequent interactions unless it's closed before ending the conversation.

  • 1.  The Interaction Widget remains open by default for subsequent interactions unless it's closed before ending the conversation.

    Posted 06-23-2025 03:16

    Hello community,

    I'm having an issue with the Interaction Widget in my application. As the title says, if the widget isn't manually closed during an interaction (by clicking "Close"), it will automatically load again on every subsequent interaction when the incoming interaction is opened. Is there any way to prevent this-to have it disabled by default until the agent explicitly enables it? And for this to apply to every interaction?

    The only thing I've found so far is to add the following to the advanced configuration:

    "lifecycle": {
      "ephemeral": true,
      "hooks": {
        "stop": true
      }
    }

    However, this didn't help-the widget still behaves the same way. Is this normal behavior, or could my application be causing the issue?


    #Integrations

    ------------------------------
    Adam Kałuża
    ------------------------------