Genesys Cloud - Main

 View Only


Discussion Thread View
  • 1.  Where do I find the Participant ID?

    Posted 11 days ago

    I am trying to create a callback that sends the calls at a different time (ie. 9am) next day. I am using an API endpoint 

    POST
    /api/v2/conversations/{conversationId}/participants/{participantId}/callbacks
    but there some request parameters that I need to fill in to test it out. The parameters are "conversation ID, and Participant ID". I am not able to locate the participant. Need assistances. Thanks

    #ArchitectureandDesign

    ------------------------------
    Reuben Goodwin
    Health Alliance Plan
    ------------------------------


  • 2.  RE: Where do I find the Participant ID?

    Posted 9 days ago

    You will need to get the ID of customer participant from conversation using GET /api/v2/conversations/{conversationId}



    ------------------------------
    Cheers
    Zubair
    ------------------------------



  • 3.  RE: Where do I find the Participant ID?

    Posted 9 days ago

    Hi Reuben,

    Are you trying to create a new callback or modify an existing one? Either way, you should use these endpoints instead:

    New Callback:
    POST /api/v2/conversations/callbacks

    Update Callback (single or bulk):
    POST /api/v2/conversations/callbacks/bulk/update
    Both do not require participantId.


    ------------------------------
    Niel Vicente
    DAMAC Properties Co. LLC
    ------------------------------



Need Help finding something?

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