Confusion with Stripe Trigger.
I would like to trigger on a stripe purchase for a specific product, not every purchase.
Is there a way to only trigger when it’s just that one product type?
I would also need to get the email of the individual who made the purchase (if they buy the product that would trigger the workflow).
Is there a way to only trigger when it’s just that one product type?
I would also need to get the email of the individual who made the purchase (if they buy the product that would trigger the workflow).
Solution
triggers can only be set on the stripe events level, but you can add a condition node as first node to check for the specific product
