Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  add attribute to conversation details outbound call.

    Posted 08-31-2022 09:17
    No replies, thread closed.
    So, we have a Customer_ID field in our outbound campaign.  it is a predictive campaign.  If the agent answers I have added functionality in a script to add the Customer ID to the Attribute section of the conversation.   However, our business wants this value added for all calls that get a conversation ID (i.e. calls not answered by agents, voicemail, hangups, etc).  Anybody have best method to do this?
    #Outbound

    ------------------------------
    Clayton Curtis
    Enova Online Services, Inc.
    ------------------------------


  • 2.  RE: add attribute to conversation details outbound call.

    Posted 08-31-2022 15:32
    No replies, thread closed.
    Hey Clayton, I wanted to let you know that I shared your question with a guest on the Q&A Show hoping one of our guests would answer it, but they said they didn't understand the question. You may want to try adding some more details or screenshots to get an answer. 

    Cheers!

    Matt

    ------------------------------
    Matt Lawson
    Genesys - Employees
    Online Community Manager
    ------------------------------



  • 3.  RE: add attribute to conversation details outbound call.

    Posted 08-31-2022 16:46
    No replies, thread closed.
    I am assuming the Customer ID is in the Contact List, and you are wanting to add it to the participant attributes?

    I'm still figuring out outbound myself, so just my initial thought is you will you will need to know the ConversationId and the ParticipantId (all calls will have one, even if no agent or customer involved, ivr etc are still participants) which you could get from a Get Conversation Detail Api call
    And then use (PATCH /api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/attributes) in either a precall rule or in an outbound flow to update it.

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



  • 4.  RE: add attribute to conversation details outbound call.

    Posted 09-01-2022 03:30
    No replies, thread closed.
    Yes, what Anton's suggesting here is probably the best way of doing this.  Especially since you want to capture this for all calls and not just those that go to an agent.  Digging around in pre and wrap up rules is actually a good thing to become familiar with.  We've used that recently to get around some limitations on SMS campaigns in our region.

    ------------------------------
    Vaun Mccarthy
    ------------------------------



  • 5.  RE: add attribute to conversation details outbound call.

    Posted 09-01-2022 09:30
    No replies, thread closed.
    Thanks for the Reply folks.  Looking into creating the data action on pre-call rule, but curious, would conversationID even be created on a pre-call scenario?  

    On other hand, are you guys saying its possible to run a architect flow on outbound dialer call?

    ------------------------------
    Clayton Curtis
    Enova Online Services, Inc.
    ------------------------------



  • 6.  RE: add attribute to conversation details outbound call.

    Posted 09-01-2022 16:33
    No replies, thread closed.
    You sure can, now there might be some catcha's that I'm not aware off, and doesn't work for preview campaigns

    But yes you setup a Call Analysis
    And then under the campaign you se the call response field to your Call Analysis Response name

    You can have different treatment for Voice vs Live Customer detected too, which is nice.

    As for having a Conversation ID for precall. I believe it will, really grey area for me here and I will need to test this out if I get a chance today, but I believe once it gets to pre call the conversation is created, you can find it in interaction search, see it in the timeline etc.

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