Legacy Dev Forum Posts

 View Only

Sign Up

3rd part app launch values in scripts

  • 1.  3rd part app launch values in scripts

    Posted 06-05-2025 19:27

    Clayton_Curtis | 2024-11-26 17:51:37 UTC | #1

    Is there a way to call Genesys from 3rd party app to launch/change script behaviour while agent on a call.


    crespino | 2024-11-26 18:53:08 UTC | #2

    Scripts aren't really designed to be proactively controlled by external events. What is the use case that you are trying to solve?


    Clayton_Curtis | 2024-11-26 19:33:41 UTC | #3

    normally when a call comes in we search on phone number in scripts and pull up account. On a small amount of calls, we don't get match so we have this 3rd party CRM (home built web), and if they search on this app, we want that number displayed on the script in genesys


    crespino | 2024-11-27 19:23:55 UTC | #4

    Is your home-built CRM running in its own browser tab, or is it embedded inside the script using a web control? If it is embedded via a web control then you could easily just add the customer's phone number as a query parameter on the end of the URL for the iframe. If it's a separate browser tab, then you could launch a new tab by building a URL, adding the phone number as a query parameter, and performing that launch by giving the agent a button on a script to do that automatically.


    system | 2024-12-28 19:24:24 UTC | #5

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 30574