Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Voicemail in InQueue

    Posted 08-25-2023 04:35
    No replies, thread closed.

    Hello Community,

    I want to give a voicemail option in Inqueue, where Inqueue consists of on hold music and prompts. I want to give voicemail option in between a prompt and if user doesn't want to take voicemail, should continue to listen to on hold music and prompts. How do I achieve this? I have created a separate Inbound flow only for voicemail with Menu prompt and added this flow in Inqueue by placing a task of transfer to flow after the prompt. But as soon as I select for voicemail option, it's ending the call. Can anyone please suggest. 


    #ArchitectureandDesign

    ------------------------------
    Sai Kiran
    Mercedes-Benz Financial Services
    ------------------------------


  • 2.  RE: Voicemail in InQueue

    Posted 08-25-2023 05:41
    Edited by Muhammad Zubair Awan 08-25-2023 05:42
    No replies, thread closed.

    You don't need to transfer to another inbound flow for this purpose. In your InQ flow, after the prompt where you want to offer the voicemail, use Collect Input block asking caller something like "Press 1 to leave a message or continue holding" (allowing exactly 1 digit input). 

    Say you are storing the input to a variable Task.Input.

    Then under the Success path, use the decision block to check Task.Input =="1" 

    Under "Yes" path, use "Transfer to Voicemail" block (with Transfer target set as Queue) and under "No" path, continue with Hold Music and Prompts 



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



  • 3.  RE: Voicemail in InQueue

    Posted 08-25-2023 06:47
    No replies, thread closed.

    Thanks, Zubair, it was helpful. 



    ------------------------------
    Sai Kiran
    Mercedes-Benz Financial Services
    ------------------------------



  • 4.  RE: Voicemail in InQueue

    Posted 08-28-2023 11:49
    No replies, thread closed.

    Hello,

    The above solution worked for voicemail, but I want to request one more thing. When the system prompts about voicemail, if user selects nothing, it should continue to play prompt. And again, it should ask for voicemail. Even though while listening to prompt(audio) if user selects the DTMF of voicemail which was in prompt, it should redirect to voicemail. Loop case is failing here, it's not repeating the prompt and the call not getting disconnected though we are disconnecting in the flow. Kindly suggest. 



    ------------------------------
    Sai Kiran
    Mercedes-Benz Financial Services
    ------------------------------



  • 5.  RE: Voicemail in InQueue

    Posted 08-28-2023 14:15
    No replies, thread closed.

    Hi,

    You could use the loop before your 'Collect Input' block and set the loop counter based on your business needs. The ultimate goal is to push the caller to VM, irrespective of caller's choice.

    Thanks,

    Lalitha



    ------------------------------
    Lalitha Ammiraju
    Connex Telecommunications Inc
    ------------------------------