See llms.txt for all machine-readable content.
This workflow runs daily and weekly to manage a win-back email drip from a Google Sheets tracker, sending staged reactivation emails via SMTP after a compliance sub-workflow approves them, then updating the tracker and emailing a weekly status summary to the firm.
marked_cold_at and the configured WIN_BACK_DRIP_STAGES sequence.last_stage_sent and last_sent_at for the matching lead_id.WIN_BACK_TRACKER_SHEET_ID to the spreadsheet that contains a “Win-Back Tracker” sheet with fields like lead_id, email, status, marked_cold_at, and last_stage_sent.FIRM_FROM_EMAIL (sender) and FIRM_EMAIL (weekly summary recipient).GUARDRAIL_WORKFLOW_ID, and ensure it returns an approved boolean (and handles opt-outs) for the provided email content.WIN_BACK_DRIP_STAGES (for example 0|check-in;14|resources;30|last-call) and adjust the stage email copy in the drip email template code if needed.