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
| Guide | Description |
|---|---|
| Initial Sync | Upload all listings from CRM on first connection |
| Continuous Sync | Set 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:
- Your CRM — source of listing data
- Sync Service — your code that reads from CRM and writes to Rentix
- Scheduler — runs synchronization on schedule
- Rentix API — receives data and publishes listings