z3thon
z3thon7mo ago

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).
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
Jump to solution
3 Replies
Solution
Shams
Shams7mo ago
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
z3thon
z3thon7mo ago
Does this mean the workflow has to run for every purchase but only makes it to the second node each time? If so, will this incur additional cost in the long run? What field is passed from Stripe to BuildShip that represents the product name?
Shams
Shams7mo ago
Yes, but condition nodes are really fast so it wouldn’t incur much usage. I’m not sure which field it is, the best way is to use the logging node to see what event object looks Then you can setup the condition