Send topic based emails on a set schedule without writing content by hand. People sign up with a simple form, pick a topic and how often to get messages, and the system delivers short text and an image to their inbox. It suits small teams that want a light newsletter or a drip series without building a custom app.
At 9am each day a schedule checks Airtable for active subscribers that are due for daily or weekly sends. A code and filter step also handles a surprise option so only some users get a bonus message. Each subscriber is passed to a subworkflow to run in parallel, which speeds up delivery and prevents one failure from stopping others. Groq drafts the fact with optional Wikipedia context, OpenAI creates an image, the image is resized, Gmail sends the email, and the run logs Last Sent back to Airtable. A subscribe confirmation goes out right away, and an unsubscribe form uses a safe ID instead of email to avoid abuse. Execution Data helps you filter logs for cleaner reviews.
You need Airtable, Gmail, OpenAI, and Groq accounts, then connect them and map your base and fields. Publish both forms and add the unsubscribe link in your email. Expect less writing time, clean records in Airtable, and the ability to serve many readers at once. Common uses include daily tips, product facts, onboarding lessons, and internal learning notes.