Hi,
I’m trying to configure the Call a Web Service action.
for my test, i’m trying to call a free API, with request type of GET.
i configured the action like this:

every time i test the workflow, i get the same error:

i have no idea what the problem could be.
any help, please.
Best answer by Garrett
Hi @BynetSoft
Perhaps there was some issue with the Web Service site when your were using it
Did you try to call the API
- directly from your browser
- directly using any API testing tools eg Postman
The API is working.

When I ran using NAC, using same config as yours. Added all the Response variables

Result

If you are still getting issues, why not try another web service site
Random Number API https://www.random.org/clients/http/
Example (Random number between 1 to 100):
https://www.random.org/integers/?num=1&min=1&max=100&col=1&base=10&format=plain&rnd=new