Stripe to Salesforce via Microsoft Power Automate
Stripe is a great payment processor. Integration with salesforce requires using a third party tool, of which there are many - though i have not explored them.
I recently discovered the inbound http request connector in Microsoft power automate, fka microsoft flow.
Like most things with flow, its got some quirks. I cannot find this connector for an automated flow, only for an ‘instant’ flow - which is supposed to be triggered manually but in this case fires automatically. So, yeah, onwards.
So create a new flow, type = instant, give it a name, and select ‘when http request received’ as the trigger.
Add a connector, any connector (I chose weather), click save, and you have a REST API endpoint on Azure of your very own. (you have to have another connector to save)
Open up the HTTP connector, and you can see the endpoint (the HTTP POST URL). Copy that.
Now we need to enter...