Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Pre Call Rule Comparison

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

    Hi All

    I'm looking at Running a data action pre outbound call that:

    GETS a value via a data action 

    Checks to see if that value is in a list

    If value is in the list (data table?) set a do not call action

    I can achieve the required result checking the value against a single comparator, but can't work out how to compare to a list.

    Is this possible at all please, or is it a limit of the platform.

    Kind Regards


    #ArchitectureandDesign
    #Connect with a Customer (NEW)
    #API/Integrations
    #Outbound
    #PlatformAdministration

    ------------------------------
    Philip Thys
    British Telecommunications PLC
    ------------------------------


  • 2.  RE: Pre Call Rule Comparison

    Posted 07-12-2023 10:34
    No replies, thread closed.

    I don't believe this is currently possible in this manner.

    One way to do it would be to have the list comparison performed by the middleware that the Data Action is calling (assuming it IS middleware) and so it returns a Boolean flag which you use in the rule to decide whether to dial or not. The middleware could use the API to query a data table, if you want that information to reside within Genesys Cloud.

    HTH



    ------------------------------
    Paul Simpson
    Eventus Solutions Group
    ------------------------------



  • 3.  RE: Pre Call Rule Comparison

    Posted 07-13-2023 02:58
    No replies, thread closed.

    Thanks Paul

    That was my fear, there is no middleware I'm using a web services API directly with the CRM.

    I'm going to look at using a data action in the pre call, to make a data table entry then another to trigger a work flow and do the "work" there.

    Unfortunately that uses up my two data actions.

    Kind Regards



    ------------------------------
    Philip Thys
    British Telecommunications PLC
    ------------------------------



  • 4.  RE: Pre Call Rule Comparison

    Posted 07-13-2023 09:03
    No replies, thread closed.

    No problem!

    In your shoes, I would probably seriously look at creating some middleware on a server or a Cloud instance somewhere. You will, no doubt, face similar issues in the future and whilst you can often "creatively" circumvent them with built-in tools and API calls, it's often simply quicker, easier and more efficient to write a few lines of code in Node.js!



    ------------------------------
    Paul Simpson
    Eventus Solutions Group
    ------------------------------