We are integrating Genesys IWS with Oracle Right Now with the help of Open Methods POP FLOW for screen pop up.
Open Methods will perform screen pop up once the call from customer comes in. Genesys IWS will send interaction data in the form of HTTP GET request where interaction context is passed as query strings from Genesys to POP FLOW.
The Interaction data that we need to send is ANI (/interaction-ani), DNIS (/interaction-dnis) or Type of Interaction (/interaction-type).
I am using Genesys IWS version 8.1.4. If any other information is required please do let me know
I would appreciate if anyone can help me or guide me in achieving this.
And what is not clear on that? You can use the command (based on EventEstablished) to recognize, that the call was answered by the agent and the app is able to send the requested data. On this forum and on Genesys sites are many samples how to develop it.