Never miss an important deadline, expiration, or follow up again. Trigger emails based on dates in MySQL to remind yourself about upcoming deadlines, follow up on late invoices, and more.
This automation checks to see if today's date matches a date specified in a connected MySQL table and automatically sends an email if TRUE.
Connect your MySQL database to Lido's spreadsheet, no code required. Once per day, Lido will pull in the latest data from MySQL.
Use spreadsheet formulas to work directly with your connected MySQL data.
IF(TODAY() = C2,SENDGMAIL(<tim@gmail.com>,B2,”Reminder, task due”….)
Send a personalized email from Gmail or Outlook account for each row that meets the criteria
SENDGMAIL(<my_credential>,B2,"Deadline in 3 days","[Task] is coming due in 3 days")