Lista CRM is built to connect all your systems in one place.
It integrates seamlessly with marketing platforms, communication tools, calendars, and MLS systems, so your entire real estate workflow stays connected.
Publish property listings, run targeted ads, and capture leads directly into your CRM.
Share property photos, videos, and stories to attract buyers and renters — with leads synced automatically.
Post updates, announcements, and quick property highlights to stay visible and relevant.
Promote listings and projects, grow your professional network, and connect with investors and corporate clients.
Create short-form property videos to reach younger buyers and renters and drive traffic back to your website.
Chat instantly with leads, send property details, and manage conversations directly from the CRM.
Design and publish branded marketing content directly from the CRM.
Sync meetings, property tours, tasks, and follow-ups automatically.
Automatically sync MLS listings with real-time updates across your website and CRM.
Show live property listings on your website with advanced search, filters, and map views, with all activity syncing automatically to the CRM. Capture and register leads from forms, property views, calls, and messages while tracking user behavior such as searches, favorites, and return visits to know exactly when to follow up. Send automated property alerts, generate market reports and instant property evaluations, and keep every interaction connected to the CRM
### Login
```bash
curl -X POST https://api.esystematic.com/api/v1/auth/login \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{
"email": "admin@example.com",
"password": "password123"
}'
```
Response:
```json
{
"token": "eyJhbGciOiJIUzI1NiIsInR5...",
"token_type": "bearer",
"expires_in": 3600
}