Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Data Integration

    Posted 12-10-2021 07:09
      |   view attached
    No replies, thread closed.

    Hello All

    while doing integration,getiing error while giving input to Action Setup. Please check the attachment. where i have share the script and other error as well



    #Integrations

    ------------------------------
    Vinayak Vagal
    SmartConnect Technologies Pvt. Ltd
    ------------------------------

    Attachment(s)



  • 2.  RE: Data Integration

    Posted 12-10-2021 11:27
    No replies, thread closed.

    It's a little difficult to see from the screenshots, but it looks like the second one is your Input contract?

    Anyway, try removing the name for the root objects in the schemas.

    Also, for the other two, make sure you have put the attribute name in, currently the two booleans appear to be unnamed.




  • 3.  RE: Data Integration

    Posted 12-13-2021 01:25
      |   view attached
    No replies, thread closed.

    Hello Paul,

    thanks for your suggestion.
    As per the your1st point i have removed the root object and it works to get publish. however I do not understand about attributes implementation. where i can create the attributes. as the API developed by client side. need some help to get this done.

    Note: i am less friendly with API part and configuration 

    Please find the screen short : now its falling the Test 



    ------------------------------
    Vinayak Vagal
    SmartConnect Technologies Pvt. Ltd
    ------------------------------

    Attachment(s)



  • 4.  RE: Data Integration

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

    The test failure is from the remote endpoint returning a 404 "not found" response.  this is indicated in the error response (http code : 404, errorCode: "action.remote_endpoint".  This means the data action successfully reached the remote endpoint, and that the remote endpoint was unable to locate the resource requested.  

    If this had been an issue with a misconfigured request body, I would have expected the remote endpoint to respond with a 400 bad request.

    I would recommend retrying your test with a known good set of inputs.



    ------------------------------
    Richard Schott
    Genesys - Employees
    ------------------------------



  • 5.  RE: Data Integration

    Posted 12-14-2021 14:57
    No replies, thread closed.
    I agree with Richard, this looks like the request is making it, but failing at the far end.

    Without seeing the actual request you are sending, it's difficult to comment.

    I recommend that you prototype the request using something like POSTMAN to verify that you are able to manually retrieve the required data, From there, we can look at translating the request for use in your Data Action.