Skip to main content
Imobzi is a real estate management platform designed for property professionals. It provides tools for managing properties, clients, sales processes, and marketing campaigns to help real estate agents and agencies streamline their operations and grow their business.

Configuring Imobzi as a Source

In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the Imobzi option from the list of connectors. Click Next and you’ll be prompted to add your access.

1. Add account access

You’ll need to provide your API credentials to connect to Imobzi. Check Imobzi documentation to discover where you can find the API Key for the connection. The following configuration is available:
  • API Key: Your Imobzi API key for authentication and access to the platform’s data.
Once you’re done, click Next.

2. Select streams

Choose which data streams you want to sync. For faster extractions, select only the streams that are relevant to your analysis. You can select entire groups of streams or pick specific ones.
Tip: The stream can be found more easily by typing its name.
Select the streams and click Next.

3. Configure data streams

Customize how you want your data to appear in your catalog. Select the desired layer where the data will be placed, a folder to organize it inside the layer, a name for each table (which will effectively contain the fetched data) and the type of sync.
  • Layer: choose between the existing layers on your catalog. This is where you will find your new extracted tables as the extraction runs successfully.
  • Folder: a folder can be created inside the selected layer to group all tables being created from this new data source.
  • Table name: we suggest a name, but feel free to customize it. You have the option to add a prefix to all tables at once and make this process faster!
  • Sync Type: you can choose between INCREMENTAL and FULL_TABLE.
    • Incremental: every time the extraction happens, we’ll get only the new data - which is good if, for example, you want to keep every record ever fetched.
    • Full table: every time the extraction happens, we’ll get the current state of the data - which is good if, for example, you don’t want to have deleted data in your catalog.
Once you are done configuring, click Next.

4. Configure data source

Describe your data source for easy identification within your organization, not exceeding 140 characters. To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times). Optionally, you can define some additional settings:
  • Configure Delta Log Retention and determine for how long we should store old states of this table as it gets updated. Read more about this resource here.
  • Determine when to execute an Additional Full Sync. This will complement the incremental data extractions, ensuring that your data is completely synchronized with your source every once in a while.
Once you are ready, click Next to finalize the setup.

5. Check your new source

You can view your new source on the Sources page. If needed, manually trigger the source extraction by clicking on the arrow button. Once executed, your data will appear in your Catalog.
For you to be able to see it on your Catalog, you need at least one successful source run.

Streams and Fields

Below you’ll find all available data streams from Imobzi and their corresponding fields:
Stream for managing bank information and configurations.
Stream for managing contact bank account information.
Stream for managing real estate contracts and their details.
Stream for managing credit and financing analysis processes.
Stream for managing deal filtering configurations and criteria.
Stream for managing deal rotation processes and assignments.
Stream for managing document information and metadata.
Stream for managing financial account information and configurations.
Stream for managing contact tags and classifications.
Stream containing detailed information about deals.
Stream for reporting on completed deals.
Stream containing a list of all deals.
Stream for managing reasons why deals are lost.
Stream for managing lease agreements and information.
Stream for managing media source information.
Stream for managing pipeline group configurations.
Stream for managing sales pipeline information.
Stream containing contact information and details.
Stream containing property listings and information.
Stream for managing financial transaction records.
Stream for managing property reservation information.
Stream containing detailed property information.

Data Model

The following diagram illustrates the relationships between the core data streams in Imobzi:

Implementation Notes

Data Synchronization

  • Most streams support full table synchronization
  • Some streams like financial transactions may benefit from incremental sync to capture new transactions efficiently
  • Contact bank data is retrieved as a child stream of contacts, ensuring data consistency

API Considerations

  • The connector handles pagination automatically for large datasets
  • Rate limiting is managed internally to ensure stable data extraction
  • Parent-child relationships (like contacts and contact bank data) are properly maintained during sync

Skills for agents

Download Imobzi skills file

Imobzi connector documentation as plain markdown, for use in AI agent contexts.