Birthday coupon automation

hi there,
does anyone know if/how i can create an email automation to send out a coupon to a subscriber?
i collect birthdays on my newsletter subscription form but cant seem to figure out an automation that works with a specipic date
thanks :slight_smile:

I’m not sure if Wix Automations supports that, but this can be done using a cron job that runs daily. You will have to write custom code for this using Wix Velo.

could you elaborate?

Think of it as a piece of code that runs at scheduled intervals. That’s called a cron job. You can run this code every hour, every day, every week, every month… as you please.

The code you’ll write will have to go through your member list everyday, filter out the members who have their birthdays on that particular day, and will send the coupon codes to these members on their respective email addresses.

Like I said, you need to know how to write Velo code in order to develop this feature.