Guides

Integration Guides

Step-by-step scenarios for common integration tasks

Practical guides for solving common tasks when integrating CRM with Rentix.

The API is designed for simple integration: send listing data with photo URLs — the system handles everything else. Photo downloading, optimization, description translation, publishing — everything happens automatically in the background.

Available Guides

GuideDescription
Initial SyncUpload all listings from CRM on first connection
Continuous SyncSet up regular data updates

Which Guide to Choose

First time connecting CRM?
├── Yes → Initial Sync
│         ↓
│         Continuous Sync
│
└── No, already running → Continuous Sync

Before You Start

Make sure you have:

  • API key (how to get)
  • Access to listing data in your CRM
  • Understanding of data structure in CRM (object IDs, photos, agents)

Typical Integration Architecture

┌─────────────┐         ┌──────────────────┐         ┌─────────────┐
│             │         │                  │         │             │
│  Your CRM   │◄───────►│ Sync Service     │◄───────►│ Rentix API  │
│             │         │                  │         │             │
└─────────────┘         └──────────────────┘         └─────────────┘
                               │
                               ▼
                        ┌──────────────┐
                        │  Scheduler   │
                        │ (cron/queue) │
                        └──────────────┘

Components:

  1. Your CRM — source of listing data
  2. Sync Service — your code that reads from CRM and writes to Rentix
  3. Scheduler — runs synchronization on schedule
  4. Rentix API — receives data and publishes listings
Copyright © 2026