Back to Projects

Tenant Reference Verification & Follow-Up

An automation that requests tenant references from previous landlords, follows up on its own if they go quiet, and alerts the agent the moment something needs attention, so a reference request never just sits in an inbox.

Tools & Integrations

n8nGoogle SheetsGmail / SMTP Native n8n FormsSchedule Trigger

The Business Problem

Before a lease gets signed, someone has to check the applicant's rental history. That usually means emailing a previous landlord and waiting. In practice, that reply often never comes. The landlord forgets, the email gets buried, or it lands in spam, and there's no system reminding anyone to follow up. The agent ends up manually tracking who has responded and who hasn't, often across several applicants at once, while a move-in date keeps getting closer.

Why this matters: This isn't really a technology problem. It's a follow-up problem, and follow-up is exactly the kind of task that quietly falls apart when it depends on someone remembering to do it.

Solution Overview

The agent submits the applicant's details once, and the system takes over from there. It emails the previous landlord a short reference form, waits for a response, and if nothing comes back within 48 hours, it automatically sends a reminder and alerts the agent at the same time. A separate scheduled check runs quietly in the background as a safety net, so even if something in the main flow gets missed, no case is left unattended. Every step updates a central tracking sheet, so the agent always has one place to check the status of every applicant.

Key Automation Steps

  • 1Intake: The agent fills out a short form with the applicant's name, the previous landlord's email, their own contact, and the property address. This creates a tracked record and immediately emails the landlord a reference request.
  • 2Landlord Response: The landlord answers five simple yes or no questions, covering rent history, property damage, notice given, and whether they'd rent to the applicant again. Submitting it updates the same tracked record automatically, with no manual entry required.
  • 3Automatic Follow-Up: If the landlord hasn't responded after 48 hours, the system sends them a reminder on its own and notifies the agent at the same time, so nobody is left wondering whether a reference is still pending.
  • 4Backup Safety Check: An hourly background check scans for any case that should have been followed up on but wasn't, catching edge cases the main flow might miss.

Reliability & Error Handling

Follow-Up Never Depends on Memory: The 48-hour reminder and agent alert fire automatically. Nobody has to remember to check whether a landlord replied.
Independent Backup Check: A separate scheduled workflow re-checks every pending case on its own timer, so a single missed step in the main flow can't let a case fall through unnoticed.

Why This Matters

A missed reference check isn't just an inconvenience. It's how agents end up with tenants who have a history of late payments or property damage that nobody caught in time. This system doesn't replace the agent's judgment, it just makes sure the reference request never quietly disappears into an inbox.