Hi
I have specific mails to be sent to all the records depending on what day it is and it has to go at a Specific Time.
Eg If today is Monday, a Mail drafted for Monday should go to all the records exactly at 10 am.
On Tuesday, mail drafted for Tuesday to go to all records exactly at say 4 pm.
Basically everyday checklist based on which day it is.
What did I do?
- I created a Day Field and added Sun, Mon, Tues… as value.
- Created separate automation with specific day mail body.
- Created a Trigger condition if Day Field changes to “Mon”, send a Monday Automation mail body to that particular record. Same way for each day created a Condition and Mail body.
- Manually, at 10 am for all the Records, I have to change the value of Day field to “Mon” so that it is fired at that time. Next day manually change value to “Tue” at 4 pm.
Now,
I need a solution to make it really automated.
- Either everyday at the specified time all the records should get a mailer.
- Or Automatically change Field values of the Records at one go at a specified time.
Kindly help.