Skip to main content

Draft AI follow-up email drafts for stale estimates with Claude and Google Sheets

Workflow preview

Workflow preview
100%
Draft AI follow-up email drafts for stale estimates with Claude and Google Sheets preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow runs daily to read estimates from Google Sheets, identify stale items that need a follow up, generate a personalized email draft with Anthropic Claude, save it as a Gma...

Best for

  • Lead Nurturing automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.gmail

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Milos Vranes.

Original n8n.io source

1.1 Workflow description

Title
Draft AI follow-up email drafts for stale estimates with Claude and Google Sheets
Workflow name
Draft AI follow-up email drafts for stale estimates with Claude and Google Sheets

Quick overview

This workflow runs daily to read estimates from Google Sheets, identify stale items that need a follow-up, generate a personalized email draft with Anthropic Claude, save it as a Gmail draft, and update the source sheet with the latest follow-up date and status.

How it works

  1. Runs daily on a schedule.
  2. Loads all estimate rows from a Google Sheets document.
  3. Filters for open/pending estimates where the last follow-up (or estimate date) is older than the configured threshold and a customer name and email are present.
  4. Sends each stale estimate to the Anthropic Messages API (Claude) to generate a JSON follow-up email subject and body using the customer and estimate details.
  5. Parses the JSON response and prepares the final email fields, falling back to a default message if parsing fails.
  6. Creates a Gmail draft addressed to the customer using the generated subject and body.
  7. Updates the matching row in Google Sheets to set the status to followup_drafted and record the new last_followup_date.

Setup

  1. Create a Google Sheet (e.g. a tab named “Estimates”) with columns such as customer_name, customer_email, service_requested, estimate_amount, estimate_date, status, last_followup_date, and notes.
  2. Add Google Sheets credentials in n8n and replace REPLACE_WITH_YOUR_SHEET_ID with your spreadsheet ID in both Google Sheets nodes.
  3. Add an HTTP Header Auth credential for Anthropic (x-api-key) and attach it to the HTTP Request node, and ensure the anthropic-version header remains set.
  4. Add Gmail credentials for creating drafts in your mailbox.
  5. Update the configuration values (staleThresholdDays, businessName, senderName, and emailSignature) and adjust the scheduled run time as needed.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - When Daily at 9am

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 6 - Set Follow-up Parameters

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 7 - Read Estimates from Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 8 - Filter Stale Estimate Rows

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Post to Claude API

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - Parse Claude Response

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Send Draft via Gmail

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 12 - Update Status in Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

3. Summary Table

Workflow Draft AI follow-up email drafts for stale estimates with Claude and Google Sheets
Complexity intermediate
Nodes 12
Categories Lead Nurturing, Multimodal AI
Author Milos Vranes
Published 02 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16065/16065.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Draft AI follow-up email drafts for stale estimates with Claude and Google Sheets do?

Quick overview This workflow runs daily to read estimates from Google Sheets, identify stale items that need a follow up, generate a personalized email draft with Anthropic Claude, save it as a Gma...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Nurturing, Multimodal AI use case.