Genesys Cloud - Main

 View Only
Discussion Thread View
  • 1.  Action in Script Pop Up for OUTBOUND calls

    Posted 01-15-2024 11:39
    Hi everyone,
    I am trying to use a script pop up for an outbound campaign (in preview).
    Within this script pop up, I would like to use a data action that sets attributes, which is triggered when the agent accepts the call (I used the condition: if Raw Interaction state is equal connected).
     
    This data action is never triggered, only if I put it in a button, clicking the button works but I want it to be automatic.
     
    I also noticed that if I try to set the open URL, it still doesn't work. I've the same problem.
    Can you help me?
    Thanks in advanced,
    Serena

    #ArchitectureandDesign
    #DigitalChannels
    #Implementation
    #Integrations
    #Outbound
    #RemoteWorkEnablement
    #Reporting/Analytics
    #Unsure/Other

    ------------------------------
    Serena Spaccesi
    Indra Italia spa
    ------------------------------


  • 2.  RE: Action in Script Pop Up for OUTBOUND calls

    Posted 01-15-2024 12:13

    Where did you put the data action in your script.  Did you go to the start page properties and select Data Action as the start page load action?  If you don't see Data Action, you might need to enable that in the Script properties.  

       



    ------------------------------
    Robert Wakefield-Carl
    ttec Digital
    Sr. Director - Innovation Architects
    Robert.WC@ttecdigital.com
    https://www.ttecDigital.com
    https://RobertWC.Blogspot.com
    ------------------------------



  • 3.  RE: Action in Script Pop Up for OUTBOUND calls

    Posted 01-16-2024 03:39
    Edited by Serena Spaccesi 01-16-2024 04:52

    Hi Robert, thanks for the help I solved.

    Thank you



    ------------------------------
    Serena Spaccesi
    Indra Italia spa
    ------------------------------



  • 4.  RE: Action in Script Pop Up for OUTBOUND calls

    GENESYS
    Posted 01-16-2024 03:16

    Hi Serena,

    Be aware that the interaction state might take a while until it is really connected. So if you call this only once at the beginning of the call the state might be still different from connected. You can solve this with a recursive call until the call is connected:

    Script action section showing the loop action.

    Call this action through the page load action and it should produce the results you are looking for.

    Hope this helps!



    ------------------------------
    BR Peter
    Genesys - Employees
    ------------------------------



  • 5.  RE: Action in Script Pop Up for OUTBOUND calls

    Posted 01-16-2024 03:56

    Hi @Peter Faust What do you mean by 'call this action through the page load action'?  How do I set it? I would be grateful. I probably mistake this, unknowingly.
    Thank you 



    ------------------------------
    Serena Spaccesi
    Indra Italia spa
    ------------------------------



  • 6.  RE: Action in Script Pop Up for OUTBOUND calls

    GENESYS
    Posted 01-16-2024 04:36

    Hi Serena, 

    The page load action Robert already mentioned. So when the script initially loads you can call one action during startup defined in the page properties. Since the call usually is not yet connected at the start of the script you must implement some sort of delay until the call is connected. This can be achieved as shown in my screenshot with the LoopAction. When the loopaction is started for the first time the script is loaded, it checks the connection status for the first time. If its not connected it waits for 5ms and the calls itself again. This is repeated until the call is connected. This will stop the loop and the action in the else path will be started. So now you can react on the real connected status.



    ------------------------------
    BR Peter
    Genesys - Employees
    ------------------------------



  • 7.  RE: Action in Script Pop Up for OUTBOUND calls

    Posted 01-20-2024 11:58

    Apologies if this isn't completely on topic, but can you tell me if these "pop-ups" are actual message box pop-ups or if this is just "repainting" a screen on an already open webpage type thing ?  Thanks 



    ------------------------------
    Jonathan Bartelt
    Advocate Aurora Health, Inc.
    ------------------------------



  • 8.  RE: Action in Script Pop Up for OUTBOUND calls

    Posted 01-20-2024 18:24

    It really is a POV and history with other products.  Let's look at it from the Genesys POV

    1. Scripts
      These are pre-defined HTLM pages that are iframed into the Genesys Cloud Ux and contain a lot of information and controls and even iframes of other apps.  The script is defined in the Queue Voice tab or in the Architect Flow and can have variables assigned in the flow.  This script and any actions on the start page are started on Alert of the interaction, not on picking up the conversation.
    2. Script Pages
      A script can contain multiple pages and each page can automatically pop URL's or run data actions.
    3. Screen Pop
      Nothing more than the opening of a URL either via a button in the script or automatically wiith the default action on the start page.  If the URL that is popped can take parameters like ?phone= then you can pop to a particular contact/case in the application.  
    4. Pop-ups
      Akin to Microsoft "toast" notifications but appearing in the Genesys UI, usually in the upper-right of the screen.  

    Hopefully understanding some of these terms will help you through your needs. 



    ------------------------------
    Robert Wakefield-Carl
    ttec Digital
    Sr. Director - Innovation Architects
    Robert.WC@ttecdigital.com
    https://www.ttecDigital.com
    https://RobertWC.Blogspot.com
    ------------------------------



Need Help finding something?

Check out the Genesys Knowledge Network - your all-in-one access point for Genesys resources