How to pass a json input to an API using Web service element | XM Community
Skip to main content
Question

How to pass a json input to an API using Web service element

  • April 8, 2020
  • 0 replies
  • 38 views

I have a requirement where based on a respondent answers I need to make an API call to an external application and then capture the response given by the API. The API accepts the input in a JSON format only. I am using the below method to pass that input but it throws an error. It works when I am testing it via POSTMAN.
Input.JPG