Re: Curl Command with http Power Autoamte
Hi @anacarolinagr,
Is your API available via the internet? Or is it only reachable via your company network?
In case of the latter this setup is not going to work. In that case you probably need to setup a Enterprise data gateway which allows accessing resources from your network and use the invoke an HTTP request action instead.
If it is accessible via the internet we would need more details about your issue. In that case can you share the outputs of the failed flow? Are you getting any kind of error. If so, please share details like a screenshot of the error message.
Alternatively, have you tried to test the same HTTP request with a tool like Postman. This is also useful to troubleshoot if your API is reachable via this approach.