Hello, Completely new with Kore.ai and just trying to have some fun and I ran into a problem.
I wanted to test out a REST call so I made myself a little mock API with Restdb.io and it has a query parameter to get the specific user using User ID.
And I don’t know, perhaps I added the Parameters wrong?
I checked the API with postman and it works as it should, so perhaps I did something wrong here?
I have gone through the documentation but still our question or problem is not discussed there.
How to add the query parameter in the Kore platform in case the URL is https://chatbottest-39dc.restdb.io/rest/mappe-1?q={“UserID”:1}
How to write ?q={“UserID”:1} in kore.ai as in the same way it is showing some error like- “Request Not Configured Properly”.