
Announcements
Hello everyone!
I have an endpoint in Python (using FastAPI) that is working just fine. I have sent multiple requests to my endpoint via Postman and the endpoint receives it with no problem.
However, Im trying to make Sharepoint Power Automate send a request to my endpoint and it is not working. My flow is very simple, its an instant cloud flow that has a manual trigger. Whenever someone triggers it, it will call the HTTP action. Inside the HTTP action I specify the GET method and I pass my endpoint URI (Im not using authentication, even though I have already tried).
When I go to test the flow, it gets stuck in the HTTP action (e.g. cannot communicate to my endpoint) and I don't know why...
Can anyone help me?
Obs: The Sharepoint and the endpoint are in the same network. The port in which my enpoint is deployed is open to receive traffic