I’m looking for help or advice on how to create automations on one of my created tabs.
Basically, I work with a company that rents furniture. Our rental term lengths range from 30-90 days (90% are 60-day terms). Is it possible to create 2 automations that do the following?
Projects installation date is automatically added to our google calendar
2-Weeks, before a term ends can automation be set up to
*, send an email to notify a client their term will be renewing, and if they wish to cancel and schedule removal please contact us or
For this, I would first create a new field called Google Calendar ID or some such
I’d then make an automation that would trigger if the record’s Project Installation Date value was not empty AND the Google Calendar ID was empty, and I would make the automation:
Create a new Google Calendar event
Update the Google Calendar ID field of the original record with the ID generated from the previous step
For this, I would make two formula fields
The field 2 weeks before end date would be to calculate when the exact date of 2 weeks before the term ends with the DATETIME_ADD() formula
The field Send email would be to check whether the present date is equals to the value from the previous field with the formula `TODAY() = {2 weeks before end date}
The field Send email would be used as the automation trigger, and the action would be to email the client