Forum Discussion
PaulAndrew
Microsoft
Aug 30, 2018Use Microsoft Flow to receive an email for changes to Office 365 IP Addresses and URLs
[Edit 4/16/2019: I've rewritten this article, please take a look here: https://github.com/pandrew1/Office365-IPURL-Samples/tree/master/FlowNotifications]
If you manage an enterprise network tha...
1derWoman
Jul 11, 2023Copper Contributor
PaulAndrewSince Microsoft has made HTTP a Premium connector, unless you have a P1 or P2 Power Automate plan, this guide won't work. For those not wanting to spend $15 USD/mo/user, I ended up using a workaround that calls the endpoint version URL API and saves the output to a file in my OneDrive for Business. Based on steps I found here: https://henrik-llb.medium.com/power-automate-hack-http-request-to-rest-apis-without-premium-license-da784a5de448
Once I had the JSON file in my OneDrive, I used 2 conditions after parsing the JSON: Instance = Worldwide AND Latest > Latest from my SharePoint list. If both were true, I then just sent myself an email with the changes link so I could update our PAC file manually.