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:Jump to 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
3 Replies
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
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?
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