#michael_68550

1 messages · Page 1 of 1 (latest)

gray pollenBOT
normal aspen
#

Hello!

runic mist
#

Hi

normal aspen
#

I'm not quite sure what you mean by a "power automate flow" - can you give me more specifics?

runic mist
#

Im using Microsoft power automate

normal aspen
#

Ah, I see - this is somethign specific to Microsoft

#

Have you tried looking at their docs on how to set this up? Your question is more about how to use Microsoft power automate, and less about Stripe so you'll likely have more luck with their docs rather than ours

runic mist
#

Been doing that for 3 days

normal aspen
#

Yeah unfortunately this really isn't something we can help with in this channel - we have a ton of knowledge about the specifics of Stripe, but this is more about using Microsoft power automate and it's not something most of us have ever used

runic mist
#

Ive been using Chat GPT, its response to my question is:

To set up a Power Automate flow triggered by a Stripe webhook event, you'll need to follow these steps:

Create a New Flow:

Go to the Power Automate portal (https://flow.microsoft.com).
Click on "My Flows" and then "New" > "Instant-from blank".
Choose a Trigger:

Search for and select the "When a HTTP request is received" trigger.
Set up the Trigger:

Click on the trigger, and in the "Request Body JSON Schema", you'll define the expected structure of the JSON data that Stripe will send. You'll need to refer to Stripe's documentation to understand what data is sent with each event.
Add an Action:

After setting up the trigger, click on "+ New step" and search for "Parse JSON" to parse the incoming JSON data from Stripe.
Use the schema from step 3 to define the structure of the JSON data.
Add a Condition:

Click on "+ New step" again and search for "Condition".

normal aspen
#

👍 definitely try it out - I don't know how accurate Chat GPT is for this, but hopefully it works!