Legacy Dev Forum Posts

 View Only

Sign Up

Integrating .NET based desktop application with Genesys CX

  • 1.  Integrating .NET based desktop application with Genesys CX

    Posted 06-05-2025 19:24

    VikramMehendale | 2023-07-14 13:30:57 UTC | #1

    Hello. We are getting started with our Genesys Journey. Most of our applications are web based but we do have a few desktop applications that we would need to integrate with Genesys so that we could do a screen-pop, make a phone call and also alert/notify agents upon certain non-telephony events. So my question starts with

    1. What Genesys offers to build an integration with a desktop .NET application so that a screen pop happens upon the call hitting the agent extension?
    2. What Genesys software will we need on the agent desktop to work as the softphone?

    Thanks in Advance, Vikram


    tim.smith | 2023-07-17 17:43:30 UTC | #2

    VikramMehendale, post:1, topic:20983
    What Genesys offers to build an integration with a desktop .NET application so that a screen pop happens upon the call hitting the agent extension?

    Genesys Cloud's primary API is the REST-based Platform API. You can invoke its methods from any application capable of completing an appropriate OAuth flow and making HTTP requests. The API documentation can be found here: https://developer.genesys.cloud/devapps/api-explorer. .NET languages are capable of these tasks and there is a native .NET SDK: https://developer.genesys.cloud/devapps/sdk/docexplorer/pureclouddotnet/. For event-driven use cases, you can receive notifications.

    VikramMehendale, post:1, topic:20983
    What Genesys software will we need on the agent desktop to work as the softphone?

    The Genesys Cloud web app includes a softphone. If you're not using the OOTB client and are building your own from scratch, you can implement the WebRTC SDK to build your own softphone. All softphone offerings from Genesys Cloud use the web browser's WebRTC APIs.


    VikramMehendale | 2023-07-18 08:51:57 UTC | #3

    Thanks Tim. I will do some reading now and then bother you again. Hope that would be ok?


    system | 2023-08-18 08:52:52 UTC | #4

    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: 20983