CRM Integrations
Connect your existing CRM system to Propstreet and keep your contacts, companies, relationships, projects, prospects, and properties in sync.
Supported Integrations
| CRM System | Market | Sync Direction | Guide |
|---|---|---|---|
| Vitec Next | Norway | Bidirectional | View Guide |
| HubSpot | Global | Bidirectional | View Guide |
| Lime CRM | Nordic (Sweden) | Bidirectional | View Guide |
| SuperOffice | Norway (Nordic) | Bidirectional | View Guide |
| Pipedrive | Global | Bidirectional | View Guide |
| Salesforce | Global | Bidirectional | View Guide |
How It Works
┌─────────────┐ ┌─────────────┐
│ Your CRM │◄──────────────────►│ Propstreet │
└─────────────┘ Real-time Sync └─────────────┘
- Connect - Authenticate your CRM with Propstreet
- Map - We automatically map contacts and companies and define the supported project, prospect, and property sync shape for your CRM
- Sync - Changes flow both directions in real-time
- Deduplicate - Smart matching prevents duplicate records
What Gets Synced
Contacts
- Name, email, phone
- Company associations
- Tags and categories
- Notes and activity history
- Profile pictures (where supported)
Companies
- Company name and identifiers
- Homepage URL and domain
- Country/region
- Associated contacts
- Company logos (where supported)
Projects & Prospects (v1.2.0)
- Real estate transaction projects (deals/opportunities)
- Investor prospects on project prospect lists
- Pipeline classifications (not_contacted → contacted → interested → bidder)
- External references for CRM deal IDs
- Real-time webhook events for project/prospect changes
Properties (v1.3.0)
- Broker property assets via
/api/v1/properties - Linked project properties via
GET /api/v1/projects/{id}/properties - Property location, categories, pricing, zoning, tenure, and enum-backed tags
- Delta sync, optimistic concurrency, and soft-delete support consistent with other v1 resources
Getting Started
To enable a CRM integration for your organization:
- Review the integration guide for your CRM
- Contact feedback@propstreet.com to request access
- We'll help you configure the connection and run an initial sync
Event Notifications
Propstreet can notify your systems in real-time when data changes:
- Webhooks — Receive HTTP POST notifications instantly when contacts, companies, links, projects, or prospects are created, updated, or deleted
- HMAC-SHA256 signatures — Verify webhook authenticity
- Automatic retries — Failed deliveries retry with exponential backoff
See the Webhooks Guide for setup and configuration.
Questions?
- Email: feedback@propstreet.com
- API Documentation: Authentication Guide