Question

How can I set up a Zap to send a welcome email only once per new Stripe customer?

  • 24 April 2024
  • 1 reply
  • 9 views

I am using Zapier to automate the sending of a welcome message to the subscribers of my services page.
 

I use Stripe to handle payments, so I did the following:

  1. Trigger > Stripe > New Payment.
  1. Gmail > Take invoice email address (requested as a required field on my website) > Send HTML email (already configured).


The problem comes in that every month that a new payment comes in, the customer gets the welcome email again.


Is there any way to configure the action to be executed only once per customer/email address? How could I configure this?

Thank you all!


1 reply

Userlevel 7
Badge +14

Hi @tomasresnik 

You would probably need to log the data into a database or spreadsheet to check against then filter in the Zap step logic.

Filter: https://zapier.com/apps/filter/help

Lookup Table:

 

Reply