Starting workflow: Newsletter -> OpenAI -> Gmail / Outlook

:bullseye: What is your goal?

I am working on creating an automated workflow for a company that has a newsletter. I want to configure it so that when a new or existing user subscribes to the newsletter, they automatically receive an email with offers after 3 days, and a new email after 7 days containing their chosen section of the newsletter.

:thinking: What is the problem & what have you tried?

I have now created a simple form using Tally, and from that, an email is generated and sent using OpenAI to the person who fills it out. My goal is to create a complete newsletter in the company’s style, with everything working automatically. Using the 3 and 7-day rule.

Hey Timothy,

you can store the initial info along with the signup date inside a Data store. Then have a separate scenario run daily and check the Data store for entries that signed up 3 days ago or 7 days ago and send them the corresponding newsletters. Or generate them and send them, however your flow works.

1 Like