Hellooo!
I have an action set up that sends an email to the user after they click a button
I want to schedule a follow up email for 24 hours time that discusses the same row data.
Is this possible?
Hellooo!
I have an action set up that sends an email to the user after they click a button
I want to schedule a follow up email for 24 hours time that discusses the same row data.
Is this possible?
Right now actions, such as sending an email, cannot be scheduled. Though actions need to be triggered by a user, this might change soon.
Even if you have your data in Google Sheets, you would have to run an automation with a 3rd party solution every minute/hour to check for rows that have crossed the 24-hour threshold to send the email. That would be expensive.
Glide is working on time-based actions, but we don’t know when it would be released.
Couldn’t you just set a row with the date of first e-mail, add 24 hours to that date and have Sheets run a send email function when it matches that condition?