Title: Connect CRM RealState
Author: Close·technology
Published: <strong>March 10, 2026</strong>
Last modified: April 27, 2026

---

Search plugins

![](https://ps.w.org/connect-crm-realstate/assets/banner-772x250.png?rev=3516341)

![](https://ps.w.org/connect-crm-realstate/assets/icon-256x256.png?rev=3516341)

# Connect CRM RealState

 By [Close·technology](https://profiles.wordpress.org/closetechnology/)

[Download](https://downloads.wordpress.org/plugin/connect-crm-realstate.1.2.4.zip)

 * [Details](https://pcd.wordpress.org/plugins/connect-crm-realstate/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/connect-crm-realstate/#reviews)
 *  [Installation](https://pcd.wordpress.org/plugins/connect-crm-realstate/#installation)
 * [Development](https://pcd.wordpress.org/plugins/connect-crm-realstate/#developers)

 [Support](https://wordpress.org/support/plugin/connect-crm-realstate/)

## Description

Connect CRM RealState imports properties from popular real estate CRM systems (Inmovilla
and Anaconda) into WordPress. Properties are stored as custom post types with full
field mapping, photo galleries, and property information displays.

**Supported CRM Systems:**

 * **Anaconda** – Full REST API integration
 * **Inmovilla Procesos** – REST API v1 integration
 * **Inmovilla APIWEB** – Legacy API support

**Features:**

 * Manual property import with progress tracking
 * Configurable field mapping between CRM and WordPress custom fields
 * Auto-map fields for quick setup
 * Property photo gallery with carousel (shortcode and auto-display)
 * Property information box with icons (shortcode and auto-display)
 * Custom post type registration or use any existing post type
 * Filter imports by postal code
 * Configure actions for sold/unavailable properties
 * Download images locally for better performance
 * Import statistics dashboard
 * Rate limit detection and automatic retry
 * Compatible with Yoast SEO and Rank Math

**Shortcodes:**

 * `[ccrmre_property_gallery]` – Display property photo gallery
 * `[ccrmre_property_info]` – Display property information box with price, bedrooms,
   bathrooms, area, and location

**PRO Features (via [Connect CRM RealState PRO](https://close.technology/wordpress-plugins/conecta-crm-realstate/)
add-on):**

 * Automatic background synchronization via cron
 * Add ability to filter by postal code and province
 * WPCLI for long-running tasks
 * SEO-optimized property content _(coming soon)_
 * AI-powered property descriptions with LLM _(coming soon)_

### External Services

This plugin connects to third-party real estate CRM APIs to import property data.
Connection only occurs when you run an import.

**Anaconda (api.anaconda.guru)**
 Used to fetch property listings and details. The
plugin sends your configured API credentials and request parameters (e.g. filters,
pagination) when you use the Anaconda CRM type. Data is sent only when importing
or syncing. Check your Anaconda provider or contract for [terms](https://www.anacondasolutions.es/aviso-legal/)
and [privacy](https://www.anacondasolutions.es/politica-de-privacidad/).

**Inmovilla**
 Used to fetch property data when you use the Inmovilla Procesos CRM
type. The plugin sends your API credentials and request parameters only during import
or sync. Inmovilla [terms](https://inmovilla.com/aviso-legal/) and [privacy policy](https://www.inmovilla.com/politica-de-privacidad/)

## Screenshots

[⌊Import Properties dashboard with statistics⌉⌊Import Properties dashboard with 
statistics⌉[

Import Properties dashboard with statistics

[⌊Settings page for CRM configuration⌉⌊Settings page for CRM configuration⌉[

Settings page for CRM configuration

[⌊Merge Variables field mapping interface⌉⌊Merge Variables field mapping interface⌉[

Merge Variables field mapping interface

[⌊Property gallery frontend display⌉⌊Property gallery frontend display⌉[

Property gallery frontend display

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/connect-crm-realstate` directory,
    or install the plugin through the WordPress plugins screen.
 2. Run `composer install` in the plugin directory to install dependencies.
 3. Activate the plugin through the ‘Plugins’ screen in WordPress.
 4. Go to Connect CRM RealState > Settings to configure your CRM API credentials.
 5. Go to Merge Variables to map CRM fields to WordPress custom fields.
 6. Go to Import Properties to start importing.

## FAQ

### Which CRM systems are supported?

The plugin supports Anaconda, Inmovilla Procesos (REST API), and Inmovilla APIWEB.

### Can I use my own custom post type?

Yes, in Settings you can choose to use the built-in “Property” post type or any 
existing public post type.

### How do I display the photo gallery?

Either enable auto-display in Settings or use the `[ccrmre_property_gallery]` shortcode
in your templates.

### Can I filter which properties are imported?

Yes, you can filter by postal code. Use wildcards like `18*` to include all properties
from an area.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Connect CRM RealState” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Close·technology ](https://profiles.wordpress.org/closetechnology/)
 *   [ David Perez ](https://profiles.wordpress.org/davidperez/)

“Connect CRM RealState” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/connect-crm-realstate/contributors)
for their contributions.

[Translate “Connect CRM RealState” into your language.](https://translate.wordpress.org/projects/wp-plugins/connect-crm-realstate)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/connect-crm-realstate/),
check out the [SVN repository](https://plugins.svn.wordpress.org/connect-crm-realstate/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/connect-crm-realstate/)
by [RSS](https://plugins.trac.wordpress.org/log/connect-crm-realstate/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.4

 * Fixed property info box not displaying all mapped fields: display now iterates
   dynamically over configured merge fields instead of relying on hard-coded field
   name lists.
 * Added support for Inmovilla-specific field names (`banyos`, `total_hab`, `habdobles`,`
   m_cons`, `m_uties`, `m_terraza`, `m_parcela`, `precioalq`, `preciotraspaso`, `
   nbtipo`, `nbconservacion`, `zona`, `ref`, `cod_ofer`, etc.).
 * Boolean feature fields (balcony, elevator, terrace, parking, pool, sea views,
   etc.) now shown as cards when active.
 * Multiple price types (sale, rental, transfer) each displayed in the price header
   row when available.
 * Fixed property info box light color scheme: replaced theme CSS variables that
   resolved to dark colors with fixed light values; removed automatic dark mode 
   override.

#### 1.2.3

 * Fixed: automatic sync error due to IP address change (missing `$_SERVER['REMOTE_ADDR']`
   check).
 * Added ability to filter properties by different variables (postal code, province,
   etc.).
 * Improved API request management with better error handling and retry logic.
 * Fixed detection of Inmovilla IP registration errors to skip unnecessary retries.
 * Fixed city names being saved as numeric IDs instead of city names in Inmovilla
   APIWEB.
 * Added admin settings tab with enums for CRM-specific field options.
 * Removed legacy Inmovilla APIWEB PHP files from tests.

#### 1.2.2

 * Fixed Auto Display Photo Gallery setting not saving (form input name did not 
   match the settings sanitizer).

#### 1.2.1

 * Added ability to filter by Postal Code.
 * Added ability to filter by Province.

#### 1.2.0

 * Major refactor. Created the free version of the plugin.
 * Error in property API does not stop the import.
 * Added Taxonomy Mapping feature: repeater field to map CRM fields to WordPress
   taxonomies.
 * Added automatic taxonomy term assignment during property synchronization.

#### 1.0.0

 * Initial release on WordPress.org.
 * Manual property import from Anaconda, Inmovilla Procesos, and Inmovilla APIWEB.
 * Configurable field mapping with auto-map.
 * Property gallery and info box shortcodes.
 * Import statistics dashboard.
 * Rate limit detection and retry.
 * Image download options.
 * Postal code filtering.

## Meta

 *  Version **1.2.4**
 *  Last updated **2 months ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/connect-crm-realstate/) and [Spanish (Spain)](https://es.wordpress.org/plugins/connect-crm-realstate/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/connect-crm-realstate)
 * Tags
 * [crm](https://pcd.wordpress.org/plugins/tags/crm/)[Inmovilla](https://pcd.wordpress.org/plugins/tags/inmovilla/)
   [properties](https://pcd.wordpress.org/plugins/tags/properties/)[real-estate](https://pcd.wordpress.org/plugins/tags/real-estate/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/connect-crm-realstate/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/connect-crm-realstate/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/connect-crm-realstate/reviews/)

## Contributors

 *   [ Close·technology ](https://profiles.wordpress.org/closetechnology/)
 *   [ David Perez ](https://profiles.wordpress.org/davidperez/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/connect-crm-realstate/)