What are you trying to achieve?
My goal is to be able to automate email marketing campaigns so I can send emails to different lists on different dates.
Steps taken so far
For now, I have a Google Sheets spreadsheet with email and names. I’ve already integrated my own email domain from which the emails will be sent. This sheet also has columns for the subject and body of the email.
But I can’t find the module to send emails automatically on dates and times scheduled for each email.
Screenshots: scenario setup, module configuration, errors
Welcome to the Make community!
You can have a scenario watch new items and schedule a cron job callback using apps like 0CodeKit that allows you to schedule a “callback” to a URL defined in a “Custom Webhook” trigger in another scenario at the exact time you want

You don’t have to use a data store, this is just an example. You can use Google Sheets, Google Calendar, etc.
To do this, you can try using the Webhooks “Custom webhook” module —
Triggers when webhook receives data.
Alternatively, if you are already using Airtable, you can use an Airtable formula and built-in automation, briefly mentioned here.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!
1 Like
Thanks for your response, but I couldn’t create the scenario to schedule email sending. I couldn’t find a way to use the module.
so I’ll leave the project manually.