Never miss an important deadline, expiration, or follow up again. Trigger text messages through Twilio based on dates in a Google Sheet 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 spreadsheet and automatically sends an SMS text message.
Lido connects directly to your Google Sheet and pulls in the latest records once per day.
IF(TODAY() = C2,SENDSMS(<your-number>,B2,”Reminder, task due”….)
Send a personalized SMS text message for each row where today's date is equal to the date in the Google Sheet.
SENDSMS(<your-number>,B2,"Deadline in 3 days","[Task] is coming due in 3 days")