Skip to main content

Revive expired real estate listings with OpenAI and Gmail follow-ups

Workflow preview

Workflow preview
100%
Revive expired real estate listings with OpenAI and Gmail follow-ups preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

How it works 1. This automation helps revive expired property listings by: 2. Reading listing data from a Google Sheet that tracks all properties. 3. Filtering listings where the last activity date...

Best for

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

Tools used

n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.gmail, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Revive expired real estate listings with OpenAI and Gmail follow-ups
Workflow name
Revive expired real estate listings with OpenAI and Gmail follow-ups

How it works

  1. This automation helps revive expired property listings by:
  2. Reading listing data from a Google Sheet that tracks all properties.
  3. Filtering listings where the last_activity date is older than 30 days.
  4. Generating a personalized email using OpenAI (GPT-4) to re-engage the owner.
  5. Sending the email to the property owner using Gmail or SMTP.
  6. (Optional): Updating the listing's status to followed_up in the Sheet once the email is sent.
  7. This workflow ensures no opportunity is missed by proactively reactivating cold leads.

Set Up Steps

  1. Prepare your Google Sheet

    • Create a Google Sheet with these columns:
      • title, owner_name, email, property_type, location, last_activity
    • Fill in sample data for testing.
  2. Connect Google Sheets in n8n

    • Add a Google Sheets node.
    • Use the "Read Rows" operation to load the listing data.
  3. Filter listings inactive for 30+ days

    • Use a Set node to convert last_activity to a Date.
    • Add an IF node or Code node to check if the listing is older than 30 days.
  4. Generate email content with OpenAI

    • Add an OpenAI node.
    • Use dynamic input (e.g. owner name, property type) to create a follow-up message.
  5. Send the email

    • Add a Gmail node or SMTP node to send the email to the property owner.
  6. (Optional) Update status

    • Use a Google Sheets "Update Row" node to change the listing's status to followed_up.
  7. Test the full workflow

    • Manually trigger the workflow or schedule it to run daily/weekly.

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 - Get Listings

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

Block 2 - Check >30 Days

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

Block 3 - Send Email

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

Block 4 - OpenAI

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 5 - Schedule Trigger

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

Block 6 - Sticky Note

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

Block 7 - Sticky Note1

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

3. Summary Table

Workflow Revive expired real estate listings with OpenAI and Gmail follow-ups
Complexity intermediate
Nodes 7
Categories Lead Nurturing, Multimodal AI
Author Marth
Published 22 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6280/6280.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 Revive expired real estate listings with OpenAI and Gmail follow-ups do?

How it works 1. This automation helps revive expired property listings by: 2. Reading listing data from a Google Sheet that tracks all properties. 3. Filtering listings where the last activity date...

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.