Rental Match - Find the best properties for a tenant - Part 1/2

This n8n-powered solution transforms rental matching with two integrated workflows: “Rental match - Add user - Firestore” and “Rental match - Get better results - Firestore”. Together, they create a streamlined, low-code system for user registration and smart property matching

Part 1: User Registration (Add User Workflow)

The journey begins with a dynamic form collecting personal details, contact info, and user type (tenant or landlord). Tenants specify desired properties and guarantor details, while landlords input property specifics and requirements. The workflow integrates the BCRA API to verify tenant guarantors’ credit history, storing all data securely in Firestore. This foundation ensures accurate user profiles for future matching.

Key Features:

  • Flexible Form Handling: Captures detailed tenant and landlord inputs with conditional logic.
  • BCRA API Integration: Validates guarantor creditworthiness for tenants.
  • Firestore Storage: Safely stores user and property data for easy retrieval.

In Part 2, we’ll look at matching the best properties for the tenant based on the uploaded data. Matching with an AI agent and sending the best results via Telegram

how do you see this being used