Thanks for sharing some more details on your requirements here @jackline!
Ok so, in that case I’m wondering if you might be able to handle these reminders using a calendar app. What I’m thinking is that you’d use an app, like Google Calendar for example, in the Zap to create a recurring event. Then you’d have another Zap that triggers on the event and sends out the reminder. You would add the relevant information from the record into the description for the event. Then you can select the description for the event in the Send Email action. And when you want to stop the reminders you’d just delete the event from the calendar (making sure to tick the option to delete future events too!).
Here’s a quick breakdown of the Zap triggers and actions you’d need for that sort of workflow:
Zap 1 - sets up the recurring reminders
- Trigger: New Record (Airtable)
- Action: Create Detailed Event (Google Calendar) - set the Repeat Frequency to Daily to make it a recurring event. (Reminder 1)
- Action: Create Detailed Event (Google Calendar) - set the Repeat Frequency to Daily to make it a recurring event. (Reminder 2)
Zap 2 - sends out the reminders
- Trigger: Event Start (Google Calendar)
- Action: Send Email (Gmail)
One thing to note here is that if you only want Zap 2 to send out reminders on weekdays you may need to add a Filter by Zapier step to prevent the Zap from running on a weekend. More on how to limit the days a Zap runs can be found here: Use Filters so your Zap only triggers on certain days/times
Hope that helps to get you pointed in the right direction. Please do keep us in the loop on how you get on!