Abode CMS has native, bi-directional integrations with every major UK property CRM, all three leading portals, five review platforms, and the compliance, payment and marketing tools your agency runs on — all built and maintained in-house.
Try a different search term or clear the filter to see all 43 integrations.
Every Abode module is fully accessible via REST API with OAuth 2.0 authentication. Build custom integrations, connect proprietary CRMs, extend Abode's capabilities, or embed Abode data into your own dashboards and reporting tools.
// GET /api/v2/properties?status=available&limit=10 // Authorization: Bearer {access_token} { "data": [ { "id": "prop_8k2mNxq7", "address": "4 Birchwood Close, AL5 2JQ", "price": 485000, "bedrooms": 4, "status": "available", "portals": ["rightmove", "zoopla"], "leads_count": 7, "views_7d": 248, "crm_ref": "reapit_ABC123", "created_at": "2026-03-12T09:14:00Z" } ], "meta": { "total": 38, "page": 1 } }
// POST https://your-endpoint.com/abode-webhook // X-Abode-Signature: sha256=abc123... { "event": "lead.created", "timestamp": "2026-03-30T14:22:11Z", "data": { "lead_id": "lead_9xQrP2", "source": "rightmove", "property_id": "prop_8k2mNxq7", "contact": { "name": "James Hughes", "email": "j.hughes@email.com", "phone": "07700900123" }, "score": "hot", "message": "Could we arrange a viewing?" } }
import { AbodeCMS } from '@abodecms/sdk'; const abode = new AbodeCMS({ token: process.env.ABODE_TOKEN }); // Get available properties const properties = await abode.properties.list({ status: 'available', bedrooms: { min: 2 } }); // Subscribe to lead events abode.webhooks.on('lead.created', async (lead) => { await notifyNegotiator(lead); }); // Create a contact const contact = await abode.contacts.create({ name: 'James Hughes', email: 'j.hughes@email.com', source: 'rightmove' });
Abode maintains native connections to Rightmove, Zoopla and OnTheMarket — the three portals your UK listings need to appear on. Manage all three from a single Abode dashboard with no manual uploads, no CSV exports, and no third-party feed management software.
Your CRM is the system of record. Abode connects to it — not the other way around. Your existing data, your existing workflows, your existing team processes all stay intact. Abode adds the website, marketing and AI layer on top.
AML, ID verification, e-signatures and EPC data are all woven into the Abode transaction workflow — triggered automatically at the right moment, logged to the property file, and audit-ready without any manual chasing.
Abode connects to your marketing stack so that new listings, price changes and campaign events flow outward automatically. Google, Meta, Mailchimp, WhatsApp and more — all triggered by what happens in your property pipeline.
We add new integrations every quarter based on client demand. Tell us what you need and we'll review it for the roadmap — requests that reach 10 votes get fast-tracked to the next release cycle.
All requests reviewed by our integrations team within 5 working days.
Book a demo and tell us which CRM, portals and tools you already use. We'll show you exactly how Abode connects with them — live, with your data.
No setup fees · Free migration · UK-based support · Cancel anytime