Stripe Subscription To Email Sequence Automation
This automation initiates when a new subscription is created in Stripe, sends an initial email to the subscriber, and then uses error handling and variable modules in make.com to manage a sequence of five additional emails sent every three days, totaling six emails. All automatically
See notes and the workflow below
This automation is built in Make.com

Automation Workflow
āā
The automation starts when a new subscription is created in Stripe ( When someone subscribes to a plan on the desired website)
Then an email is sent to the person who created the subscription
After that, there are 3 modules stringed together that can wait up to 30 days in make.com.
ā
However, for this automation it's every 3 days
Using a error module ( Break) and 2 variable modules this becomes possible in make.com
5 more emails are sent using the exact same process ( 6 Total)
ā
ā
Automation Notes
ā
Chat GPT and Perplexity AI can be added before each email module to personalize the email based on a variety of factors
ā
The email modules have been cleared to allow for a better template
This automation can be upgraded in many ways. This just serves as a base