
Announcements
Basically, what I'm trying to do is sync some specific records from Dynamics 365 CRM to my web app. The trigger is if there is a create/update on a record in this custom entity, it needs to send it my API with an Authorization: Bearer token. The API then takes it and creates/updates PostgreSQL.
Right now I'm just working on it in local development, so I'm seeing if there is a way to have the Power Automate Flow request sent to my local development environment. One option is to have it send to my IP and port-foward the traffic to my laptops IP. Seeing if there is a better way to do this.
Thanks.
Hello @ishraqiyun77
You can't use an HTTP action to make a request to a local address, although you can bypass this using an application like ngrok.
Ngrok allows you to map a local ip address to internet (public IP address). Therefore, you could create a Power Automate flow which uses an HTTP action using this public address, which will redirect to your local IP address.
Hope it helps!
Ferran