Hi Zapier Community!
Whenever a new user signs up on our website and picks a number of seats in the subscription, it triggers Stripe to create a payment for that number of seats. Not all payments are completed, therefore I want to set an automatic email-reminder to the user that didn’t complete the payment in 24 hours (or when the created payment is set to “Expired” by Stripe).
Is there a script or anything that would use user’s email as a unique identifier and run Zap only once?
Previously I tried running Zap only once based on the Invoice Prefix ending number. Filter would look for “-0001” at the end of the invoice number and the actions would run only once. However, the “Updated Subscription in Stripe” Trigger doesn’t have that line.
Any other ideas would be helpful! :)