Back to All

JSON API interaction not working

Hi,

I'd like to use a JSON API interaction in my bot. I want my bot to contact an API running on my PC on port 8080. So I created a JSON API interaction, and filled the field "Your API address" with:

<my_IP_address>:8080/<my/URI/path>

When I test it, I'm always getting the error message (field "Error Response" in the interaction). According to the logs of my API, I am sure that it received nothing. And when I send the request via Postman, it works.

Any idea about what's wrong?