Hi,
I need help locating the “scheduler” module. I am trying to schedule an email to be sent automatically at a certain time and date. Please help,
Thank you
Hi,
I need help locating the “scheduler” module. I am trying to schedule an email to be sent automatically at a certain time and date. Please help,
Thank you
Hey @Abolade_Abifade , there’s no specific module for that.
To schedule an email, you need to add a gmail “send message” module to your scenario in order for you to be able to schedule an email sending workflow.
if you like, you could add a chatGPT module before that to generate the message to be sent.
Hi Abolade - welcome to the Community!
There is no scheduler “module” as such.
Instead, the best design pattern is to create a Data Store with records that specify the destination email address and time/date to send. You then create an additional scenario that runs on a schedule which searches for all records that are due and sends the emails.
Alternatively, look at using tools like Brevo, Mailchimp, ActiveCampaign or MailerLite with Make. Apart from scheduling emails, they also help with issues around deliverability and avoiding spam-marking.