Route real estate leads to LionDesk CRM automatically -- with source tracking, contact assignment, and custom field mapping built for agents and brokerages.
Connect LionDesk with 4 lead sources
LionDesk's v2 API (api-v2.liondesk.com) uses a Bearer token for authentication -- a single long-lived Access Token you generate in your LionDesk account under Profile › Integrations. LeadSync stores the token, then POSTs to /contacts with the lead's name, phone, email, and any mapped real estate fields whenever a Facebook, Google, LinkedIn, or TikTok lead arrives.
Before each contact create, LeadSync calls GET /contact-sources and looks up the LionDesk contact source named "Facebook" -- pulling its id and user_id. Those values become source_id and assigned_user_id on the new contact, so every paid-social lead lands attributed to the correct source and routed to the correct agent without you having to set assignment rules manually.
Real estate teams often need more than first/last/email/mobile. LeadSync's LionDesk mapping screen exposes the full list of LionDesk SYSTEM properties -- home_phone, office_phone, fax, company, birthday, anniversary, spouse_name, spouse_email, spouse_phone -- so you can map a lead form question like "Spouse / Partner Name" straight onto the correct LionDesk slot rather than dumping it into a notes field.
Beyond system properties, LeadSync calls GET /custom-fields and lists every custom field defined on your LionDesk account (prefixed with CUSTOM: internally). Map a lead form question once, and LeadSync wraps the value in LionDesk's required {id, value} shape inside the custom_fields array on the contact create payload.
Facebook lead ads default to a single full_name field rather than separate first/last fields. LionDesk wants them split -- first_name and last_name are separate properties, and email merge tags like {{first_name}} only render correctly when first_name is populated alone.
LeadSync detects when only full_name is present and runs Utils::parseFullName to split it. "Jane Maria Smith" arrives in LionDesk as first_name "Jane" + last_name "Maria Smith" so personalised email and SMS drip campaigns render correctly without an agent having to fix every record by hand.
Set up your LionDesk integration in under 60 seconds. Free 14-day trial, no credit card required.
Start Your Free Trial