Genesys Cloud - Developer Community!

 View Only

Sign Up

  • 1.  Notification API Query

    Posted 04-04-2025 08:03

    Hi,
    Could anyone please let me know if there is a specific topic within the notification APIs that allows me to retrieve the conversationId immediately upon completion in Genesys?

    Thank you


    #PlatformAPI

    ------------------------------
    Swapnil Pandey
    ------------------------------


  • 2.  RE: Notification API Query

    Posted 04-04-2025 08:27
    Edited by John Carnell 04-04-2025 08:28

    Hi Swapnil,

    I usually refer to this event: v2.detail.events.conversation.{id}.acw.  The after call wrapup (acw) is invoked when the agent selects a wrapup code, which signals the end of the call.  

    Hope that helps.



    ------------------------------
    John Carnell
    Director, Developer Engagement
    ------------------------------



  • 3.  RE: Notification API Query

    Posted 04-04-2025 17:52

    Hi, John

    Thank you for your response.
    However, I am looking for a topic that will allow me to obtain the conversation ID, which I can then use to access other topics, such as the one you suggested.



    ------------------------------
    Swapnil Pandey
    ------------------------------



  • 4.  RE: Notification API Query

    Posted 04-07-2025 08:13

    Hi Swapnil,


    Sorry, I missed this.  If you are using a backend integration with EventBridge or Process Automation triggers, you are able to do a wild card subscribe without having to know the conversationId ahead of time.

    Thanks,
        John



    ------------------------------
    John Carnell
    Director, Developer Engagement
    ------------------------------



  • 5.  RE: Notification API Query

    Posted 04-09-2025 08:50

    Hi John,

    Thank you for the response

    We are currently utilizing WebSocket with notification APIs. Is there a method to retrieve conversation IDs immediately upon their completion through any topic? Additionally, could you suggest alternative ways to fetch conversation IDs via WebSocket?



    ------------------------------
    Swapnil Pandey
    ------------------------------



  • 6.  RE: Notification API Query

    Posted 04-14-2025 10:28

    Hi @John Carnell

    Could you please take a look at this?



    ------------------------------
    Swapnil Pandey
    ------------------------------