Genesys Cloud - Main

 View Only

Sign Up

Expand all | Collapse all

Using Trigger v2.detail.events.conversation.{id}.wrapup

  Thread closed by the administrator, not accepting new replies.
  • 1.  Using Trigger v2.detail.events.conversation.{id}.wrapup

    Posted 12-07-2023 15:40
    No replies, thread closed.

    Has anyone used the v2.detail.events.conversation.{id}.wrapup trigger? 

    I am attempting to trigger a workflow any time we receive an email and a specific wrap up code is used (ie. SPAM)

    The workflow would grab the 'from' email address and write it to a spam table filter I have set up so that next time we receive an email from this address, it is automatically disconnected. 

    I have used another trigger(v2.detail.events.conversation.{id}.customer.end) successfully, but I cant get the wrap up one to work. 

    Any help is appreciated. 


    #ArchitectureandDesign
    #Routing(ACD/IVR)

    ------------------------------
    Nick Argeson
    Bethlehem Shared Services LLC.
    ------------------------------


  • 2.  RE: Using Trigger v2.detail.events.conversation.{id}.wrapup

    Posted 12-07-2023 16:21
    No replies, thread closed.

    I am attempting to trigger a workflow any time we receive an email and a specific wrap up code is used (ie. SPAM)

    Are your agents assigning the Wrapup Code (i.e. SPAM) in this case?



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



  • 3.  RE: Using Trigger v2.detail.events.conversation.{id}.wrapup

    Posted 12-08-2023 09:06
    No replies, thread closed.

    Yes, the agent is wrapping the interaction 



    ------------------------------
    Nick Argeson
    Bethlehem Shared Services LLC.
    ------------------------------



  • 4.  RE: Using Trigger v2.detail.events.conversation.{id}.wrapup

    Posted 12-08-2023 14:00
    No replies, thread closed.

    For that scenario, you need the .acw topic as Steve suggested. That will work. 



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



  • 5.  RE: Using Trigger v2.detail.events.conversation.{id}.wrapup

    Posted 12-08-2023 08:30
    No replies, thread closed.

    I had a similar use case to solve for.

    Trying to trigger on wrap code actually requires the use of the acw topic to get that trigger to fire.

    • v2.detail.events.conversation.{id}.acw


    ------------------------------
    Steve Alix
    EDCi
    ------------------------------



  • 6.  RE: Using Trigger v2.detail.events.conversation.{id}.wrapup

    Posted 12-08-2023 09:08
    No replies, thread closed.

    Thanks. I will try that one. 



    ------------------------------
    Nick Argeson
    Bethlehem Shared Services LLC.
    ------------------------------



  • 7.  RE: Using Trigger v2.detail.events.conversation.{id}.wrapup

    Posted 12-11-2023 09:59
    No replies, thread closed.

    I cant get it to work. What am I doing wrong here? Did you use the wrap up name or the ID?

    This is all I am doing currently. 



    ------------------------------
    Nick Argeson
    Bethlehem Shared Services LLC.
    ------------------------------



  • 8.  RE: Using Trigger v2.detail.events.conversation.{id}.wrapup

    Posted 12-11-2023 10:09
    No replies, thread closed.

    Use the ID like you did.
    I setup a workflow that sends an email to me if the trigger worked correctly. I would try working with the individual elements of your trigger to see if one of the other paths or conditions are not working correctly.

    Steve



    ------------------------------
    Steve Alix
    EDCi
    ------------------------------



  • 9.  RE: Using Trigger v2.detail.events.conversation.{id}.wrapup

    Posted 12-11-2023 10:13
    No replies, thread closed.

    yes, that's exactly what I did. 

    I removed the conditions and changed it to media type == Voice and I started getting emails proving that the trigger is working. I changed it to media type == EMAIL and sadly, the emails stopped. 

    Wondering if there is an issue with the trigger and it is unable to be used with Emails. 



    ------------------------------
    Nick Argeson
    Bethlehem Shared Services LLC.
    ------------------------------



  • 10.  RE: Using Trigger v2.detail.events.conversation.{id}.wrapup

    Posted 12-11-2023 11:47
    Edited by Steven Alix 12-11-2023 11:51
    No replies, thread closed.

    Hmm that is odd. 
    Email triggers via ACW Trigger Topic with Wrap Up definitely work for me when I don't set the media channel. Must be something else.
    The below works for me on the email channel with the correct wrap code.



    ------------------------------
    Steve Alix
    EDCi
    ------------------------------



  • 11.  RE: Using Trigger v2.detail.events.conversation.{id}.wrapup

    Posted 12-11-2023 13:13
    No replies, thread closed.

    Very odd. 

    I reduced my conditions to only the wrap up code.

    When I wrap up a voice call, my trigger works. When I wrap up an email, it does not. 

    Thanks for your help. 



    ------------------------------
    Nick Argeson
    Bethlehem Shared Services LLC.
    ------------------------------