Stripe
Stripe integration is required for your tenant to operate.
Twilio
Twilio enables SMS notifications. Once connected, you can send text message alerts to customers for events like new lead assignments, low balance warnings, or custom triggers configured through workflows.SendGrid
SendGrid powers email notifications. Connect your SendGrid account to send transactional emails for lead deliveries, account updates, and other system events.Google Tag Manager
Google Tag Manager allows you to add tracking and analytics to the customer portal. Once configured, you can deploy marketing tags, conversion tracking, and analytics scripts without modifying code.Intercom
Intercom adds customer support and engagement features to the customer portal:- Support bubble: In-app chat for customers to reach your support team
- Product tours: Guided walkthroughs to onboard new customers
- Targeted messaging: Send announcements and updates to specific customer segments
Real Estate API
Real Estate API enriches leads with property and owner data. Once connected, you can enhance leads with information like property values, owner details, and skip-trace data. This integration is particularly useful for real estate lead generation, where knowing property details can help qualify leads and route them to the right buyers.Available endpoints
The integration supports multiple data endpoints:| Endpoint | What it provides |
|---|---|
| Property Detail | Estimated value, property type, bedrooms, bathrooms, square footage, and year built |
| SkipTrace | Owner contact information and additional owner details |
| Property Comps | Comparable property sales in the area |
| AVM | Automated valuation model estimate of property value |
| Address Verification | Validates and standardizes property addresses |
| MLS Detail | Active or historical MLS listing information |
| MLS Search | Search for MLS listings matching specific criteria |
Enriching leads manually
You can enrich leads from the lead edit page:- Navigate to a lead’s edit page
- Click the Enrich with Real Estate API button in the header
- Select which endpoints to query
- Choose whether to overwrite existing data or only populate empty fields
- Submit to enrich the lead
Leads must have complete address information (street address, city, state, and ZIP code) to be enriched. If any address fields are missing, the enrichment will fail with an error.
Enriching leads automatically
You can also enrich leads automatically during distribution:- Set up a distribution plan with an ALTER_DATA stage that includes a
real_estate_apioperation - Select which endpoints to use and set the overwrite behavior
- Ensure your tenant fields include the corresponding enrichment fields (e.g.,
property_value,bedrooms,owner_name)
You’ll need an active Real Estate API integration before the Real Estate API operation type appears in your distribution stage options.
- Lead detail view: An “Enriched Data” section shows all enriched property and owner fields
- Distribution timeline: The ALTER_DATA stage entry shows which endpoints succeeded or failed, along with how many fields were enriched
Overwrite behavior
When enriching a lead (manually or automatically), you control how new data interacts with existing values:- Only populate empty fields — New data fills in blanks but doesn’t touch existing values
- Always overwrite existing data — New data replaces whatever was there before

