Re-engage missed property viewings with Google Calendar, Gemini, Gmail, and WhatsApp
Quick overview When a buyer misses a scheduled viewing, this workflow automatically sends an AI-personalized follow-up by email and WhatsApp using Google Gemini, then logs the outcome to Google Sheets, recovering leads that would otherwise go cold.
How it works Triggers every 15 minutes when a Google Calendar event is updated in the selected viewings calendar. Checks the event title/summary and continues only if it contains the tag “no-show”. Extracts the lead’s name, email, phone, property address, and scheduled viewing time from the calendar event details. Sends the lead and viewing context to Google Gemini to generate an email message and a WhatsApp message in JSON format. Parses and cleans the AI output into safe HTML for email and a trimmed plain-text WhatsApp message. Sends the re-engagement email via Gmail and appends the follow-up outcome to a Google Sheets log. If a phone number is available, sends the WhatsApp message and updates a Google Sheets status field to record that WhatsApp was sent.
Setup Connect credentials for Google Calendar, Gmail, Google Sheets, and a Google Gemini (PaLM) API key. Select the correct Google Calendar (viewings calendar) and ensure missed appointments are consistently tagged with “no-show” in the event summary. Create or choose a Google Sheets document and sheet, then fill in the document ID/URL, sheet name, and the columns expected by the append/update logging steps. Configure WhatsApp credentials in n8n (or disable the WhatsApp branch) and ensure lead phone numbers are stored in the calendar event description in the expected format (e.g., Name: ... | Email: ... | Phone: ... |).
Requirements Before running this workflow, create a Google Sheet with these exact column headers: Record ID | Lead Name | Email | Phone | Property Address | Original Viewing Time | Email Sent | WhatsApp Sent | Email Message Text | WhatsApp Message Text | Timestamp
Customization Edit the AI prompt in "Draft Re-Engagement Messages" to change tone or language Add SMS or other channels by duplicating the WhatsApp branch pattern Adjust the "no-show" tag keyword if your calendar uses different terminology
Additional info WhatsApp is optional. If you don't have WhatsApp Business Cloud API credentials, disable that branch — the email follow-up will still send normally.
This template assumes calendar events are tagged with "no-show" in the title and include lead contact info in the event description (Name: ... | Email: ... | Phone: ... |).
Related Templates
AI Email Classifier & Auto-Delete for Gmail (SPAM/OFFER Cleaner)
This workflow is designed for freelancers, solopreneurs, and business owners who receive a high volume of irrelevant mes...
Generate Food Recipes from Gmail & Form Requests with Ollama & Llama 3.2
This n8n template demonstrates how to create an intelligent food recipe assistant that accepts requests via Gmail and we...
Automatic News Summarization & Email Digest with GPT-4, NewsAPI and Gmail
📰 AI News Digest Agent: Auto News Summarizer & Email Newsletter Create an intelligent news curation system that automat...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments