29. WPResidence CRM

Managing Leads in the WPResidence CRM

Managing Leads in the WPResidence CRM Leads in the WPResidence real estate CRM sit between contacts and deals. A lead is a signal of interest: a form submission, a phone call, a portal enquiry. Each lead is tied to a contact (the person) and, optionally, to the property they are interested in. This article walks […]

WPResidence CRM Leads — Developer Reference

WPResidence CRM Leads — Developer Reference Developer-focused documentation for the Leads module of the WPResidence real estate CRM plugin. Covers the custom table, CRUD API, AJAX endpoints, and relationship to Contacts. Storage — wp_wpresidence_crm_leads Leads are stored in a 14-column custom table created in libs/db-setup.php. A legacy wpestate_crm_lead CPT (post-types/leads.php) is retained for backward compatibility; […]

Managing Contacts in the WPResidence CRM

Managing Contacts in the WPResidence CRM Contacts are the heart of your real estate CRM. Every buyer, seller, tenant, landlord, and investor you work with lives in this one master database — complete with lifecycle stage, lead source, assigned agent, preferences, and a full history of every interaction. This guide walks through everything you can […]

WPResidence CRM Contacts — Developer Reference

WPResidence CRM Contacts — Developer Reference This article documents the Contacts module of the WPResidence real estate CRM plugin from a code perspective: storage, CRUD API, AJAX endpoints, field map, hooks, and permissions. Storage — wp_wpresidence_crm_contacts Contacts live in a dedicated custom table with 44 columns, created in libs/db-setup.php. No CPT is used for new […]

Managing Enquiries in the WPResidence CRM

Managing Enquiries in the WPResidence CRM Enquiries are the front door of your real estate CRM. Every time a prospect phones in, walks into your office, emails you, or fills in a form on your website, you have an enquiry. The Enquiries section of the WPResidence CRM is where you log, review, and manage that […]

WPResidence CRM Enquiries — Developer Reference

WPResidence CRM Enquiries — Developer Reference This article documents how the Enquiries module is implemented in the WPResidence real estate CRM plugin. It covers the database table, the CRUD API, the AJAX endpoints, the auto-contact linking logic, status picklists, and the hooks you can use to extend the module. All references are against plugin version […]

WPResidence CRM Overview: Your Real Estate Dashboard at a Glance

WPResidence CRM Overview: Your Real Estate Dashboard at a Glance The WPResidence CRM is a complete real estate CRM built directly into your WPResidence website. Instead of juggling spreadsheets, email inboxes, and separate tools, you get one frontend dashboard where enquiries, contacts, leads, deals, tasks, activity, and stats all live together. This article is an […]

WPResidence CRM Overview for Developers

WPResidence CRM Overview for Developers This article is the developer counterpart to the CRM Overview guide. It maps the WPResidence real estate CRM plugin structure — bootstrap, page template routing, database activation, enqueues, and dashboard navigation — so you can extend or debug the plugin from a child theme or custom add-on without guessing. All […]