If you keep track of SSL certificate dates in a Google Sheet, this automation will help you never miss a critical renewal again.
This automation checks to see if today's date matches an SSL certificate expiration date specified in a spreadsheet and automatically sends an email if TRUE.
Lido connects to anywhere your SSL certificate tracking dates live, most commonly Google Sheets.
IF(TODAY() = C2,SENDGMAIL(<tim@gmail.com>,B2,”Reminder", "Upcoming renewal date”….)
Send a personalized email from Gmail or Outlook account for each tracked SSL certificate row that requires a reminder email.
SENDGMAIL(<sender-credential>,B2,"Renewal deadline in 3 days","[Certificate] is up for renewal in 3 days")