Back to Templates
See llms.txt for all machine-readable content.
This workflow runs daily to read open quotes from Google Sheets, calculates how many days have passed since each quote was sent, and sends the appropriate 3-, 7-, or 14-day follow-up email via Gmail, then writes a sent date back to the sheet to prevent duplicates.
open, calculates days since sent_date, and selects the next due follow-up (day 3, 7, or 14) that has not been sent yet.quote_id) to stamp the corresponding followup_1, followup_2, or followup_3 column with today’s date.quote_id, customer_name, customer_email, quote_amount, sent_date, status, followup_1, followup_2, followup_3, using sent_date in YYYY-MM-DD format and status set to open/won/lost.