Genesys Cloud - Main

 View Only

Sign Up

  • 1.  Agente name in whatsapp replays

    Posted 5 hours ago

    I already have a digital bot flow running and integrated with whastapp, I would like to add an automatic message when the interaction goes to ACD and the agent acept the interaction automatically the client receive a message saying  " hello my name is {agent´s name } and I will  you to hep you today


    #ArchitectandDesign
    #ConversationalAI(Bots,VirtualAgent,etc.)

    ------------------------------
    Santiago Montoya
    NA
    ------------------------------


  • 2.  RE: Agente name in whatsapp replays

    Posted 4 hours ago

    Hi, Santiago

    I could be wrong, but I don't believe there isn't a simple way to do this.

    I would consider putting something directly in the script, on the start page.
     
    used for the Genesys APIs, identifying the current agent, and using the message sending APIs, all directly in the script, I've never done it, I don't know if it would be the best option.
    In cases of status "not responde," the script also loads, which might cause problems.
     
    I'll keep an eye on this thread, I'm curious.


    ------------------------------
    Kaio Oliveira
    GCP - GCQM - GCS - GCA - GCD - GCO - GPE & GPR - GCWM

    PS.: I apologize if there are any mistakes in my English; my primary language is Portuguese-Br.
    ------------------------------



  • 3.  RE: Agente name in whatsapp replays

    Posted 3 hours ago
    Edited by Phaneendra Avatapalli 3 hours ago

    Hi Santiago,

    You could look at two options here:

    Option 1 - Simpler approach: Canned Response

    Agents can use a canned response after accepting the WhatsApp interaction, for example:

    Hi, my name is {{AGENT_ALIAS}}, please give me a moment while I look into your request.

    This is easier because the agent can just click and send it, without needing a workflow/API automation.

    Option 2 - Fully automated approach 

    You may be able to use the trigger:

    v2.detail.events.conversation.{id}.user.start

    Filter for:

    mediaType == "MESSAGE"
    messageType == "WHATSAPP"
    userId is not empty (so select userId operator - exsists)
    queueId == your required queue

    The event already provides conversationId and userId, so the workflow could use those values, get the agent name, optionally confirm the agent participant is connected, and then send the greeting back using the messaging conversation API.

    I haven't tested the automated option end-to-end myself, but based on the event schema and similar discussions around getting the agent name, it should be possible.

    Hope this helps.



    ------------------------------
    Phaneendra
    Technical Solutions Consultant
    ------------------------------