Never miss an important deadline, expiration, or follow up again. Trigger Slack messages based on dates in PostgreSQL to remind your team 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 PostgreSQL table and automatically sends a Slack message if TRUE.
Connect your PostgreSQL database to Lido's spreadsheet, no code required. Once per day, Lido will pull in the latest data from PostgreSQL.
Use spreadsheet formulas to work directly with your connected PostgreSQL data.
IF(TODAY() = C2,SENDSLACK(<slack-workspace>,"channel",”Reminder, task due”….)
Send a custom Slack message to a specified channel for each row that meets the criteria
SENDSLACK(<workspace>,"channel","Deadline in 3 days","[Task] is coming due in 3 days")