Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  How to change NO Name in Digital Bot Web messager

    Posted 05-14-2025 19:15
    Edited by Mahmoud hassan 05-14-2025 19:16
    No replies, thread closed.

    How to update no name with a variable like customer name that was taking during bot conversation with customer or how to update in general 

    Thanks 

    Mahmoud Hassan 


    #API/Integrations
    #ArchitectureandDesign
    #ConversationalAI(Bots,AgentAssist,etc.)
    #Omni-ChannelDesktop/UserInterface

    ------------------------------
    Mahmoud hassan
    N/A
    ------------------------------



  • 2.  RE: How to change NO Name in Digital Bot Web messager
    Best Answer

    Posted 05-14-2025 21:23
    Edited by Jason Kleitz 05-15-2025 09:34
    No replies, thread closed.

    Assuming this isn't authenticated message?

    In your inbound message flow you will want to associate the conversation with a participant, once that is done the name of the external contact will come though.

    API put /api/v2/externalcontacts/conversations/{conversationId} will let you associate a conversation to an external contact.
    There is a few things you will need, identifying the customer, validating they are that person, creating or finding the external contact, getting the communicationId etc. But assuming you have all that in hand, then above will then display the external contact name. 
    EDIT:
    Community Rockstar Lawrence Drayton shared a good flow to get you started here: 



    ------------------------------
    Anton Vroon
    ------------------------------