Real Intent
  • Real Intent
  • Onboarding Documents
    • 📑Data Dictionary
    • 💻Onboarding Videos
      • Decoding the Intent Categories
      • Are the Personal Information Verified?
      • How are Location Insights Determined?
      • AI Powered Insights
      • How to Avoid Spam Emails?
      • Turn Conversations to Conversions
    • ❓FAQs
  • Integration Support
    • 🟡Follow Up Boss
    • 🔵kvCORE
    • 🟢GoHighLevel
    • 🪝Webhook
    • 🌐Other Integrations
      • Lofty
      • Propertybase GO
      • Real Geeks
      • Realty Juggler
      • Wise Agent
  • Best Practices
    • 📝Strategies & Tips
      • How To Set Up SPF, DKIM, DMARC
      • Get Traffic to Your Website Using SEO
      • How to Optimize a Facebook or Google Pay-Per-Click Campaign
      • Email Warmup Techniques and Boosting Sender Domain
      • The DO's and DONT's of Email Marketing: CanSpam, DKIM, SPF, Email Tools, and More
      • What is Consumer Intent?
      • Marketing Automation for Real Estate Agents
      • Lead Generation and Pipeline Automation for Real Estate Agents
      • Measuring Lead Source ROI: Tracking & Analysis
    • 📬Scripts
      • Approach Scripts
      • Additional Scripts
    • ❤️Founders' Picks
  • Featured Videos
    • Get ChatGPT To Recommend You As A Realtor
    • How To Turn Likes Into Leads
    • Run Facebook Ads
    • Facebook Retargeting Ad Strategy for Realtors
    • Rank As #1 Realtor In Your Area On Google for Free
    • Open House Strategies That Converts
    • How To Win Luxury Listing Presentations
    • Finding Your Niche in Real Estate
    • Customize Drip Campaigns with ChatGPT
  • Blog Articles
    • The FCC 1-to-1 Consent Update: How Will It Impact Your Marketing Strategy in 2025?
    • Leveraging Emotional Connection in Real Estate Negotiations
    • How Intent Data Reveals Your Buyer's Decision-Making Style
    • Uncovering the Unconscious Patterns Behind Real Estate Choices
    • Unlocking Hidden Demand in Niche Real Estate Markets
    • Anticipate and Address Buyer Resistance Using Intent Data
    • How Intent Data Helps You Anticipate Concession Requests
Powered by GitBook
On this page

Was this helpful?

  1. Integration Support

Webhook

Add a custom HTTP webhook to receive your leads.

Whenever Real Intent delivers you a lead, if this is configured, your lead will be sent via POSTrequest to your webhook URL with the following body:

{
  "md5": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  "pii": {
    "first_name": "Jane",
    "last_name": "Doe",
    "address": "1234 Elm St",
    "city": "Sampleville",
    "state": "CA",
    "zip_code": "90001",
    "zip4": "0000",
    "fips_state_code": "06",
    "fips_county_code": "001",
    "county_name": "Sample County",
    "latitude": 37.7749,
    "longitude": -122.4194,
    "address_type": "R",
    "cbsa": "12345",
    "census_tract": "123456",
    "census_block_group": "1",
    "census_block": "1001",
    "gender": "Female",
    "scf": "900",
    "dma": "123",
    "msa": "5678",
    "congressional_district": "10",
    "head_of_household": "Yes",
    "birth_month_and_year": "01/01/1960",
    "age": "65",
    "prop_type": "Residential",
    "n_household_children": "2",
    "credit_range": "I. Unknown",
    "household_income": "N. $150,000-$199,999",
    "household_net_worth": "J. Greater than $499,999",
    "home_owner_status": "Home Owner",
    "marital_status": "Married",
    "occupation": "Retired",
    "median_home_value": "$500,000-$750,000",
    "education": "Bachelor's Degree",
    "length_of_residence": "20",
    "n_household_adults": "2",
    "political_party": "Independent",
    "health_beauty_products": "Yes",
    "cosmetics": "Yes",
    "jewelry": "Yes",
    "investment_type": "Mutual Funds",
    "investments": "Stocks",
    "pet_owner": "Yes",
    "pets_affinity": "Dogs",
    "health_affinity": "Yes",
    "diet_affinity": "Yes",
    "fitness_affinity": "Yes",
    "outdoors_affinity": "Yes",
    "boating_sailing_affinity": "No",
    "camping_hiking_climbing_affinity": "Yes",
    "fishing_affinity": "No",
    "hunting_affinity": "No",
    "aerobics": "Yes",
    "nascar": "No",
    "scuba": "No",
    "weight_lifting": "Yes",
    "healthy_living_interest": "Yes",
    "motor_racing": "No",
    "foreign_travel": "Yes",
    "self_improvement": "Yes",
    "walking": "Yes",
    "fitness": "Yes",
    "ethnicity_detail": "Caucasian",
    "ethnic_group": "White",
    "email_1": "example_email1@domain.com",
    "email_2": "example_email2@domain.com",
    "email_3": null,
    "phone_1": "5551234567",
    "phone_1_dnc": false,
    "phone_2": "5557654321",
    "phone_2_dnc": true,
    "phone_3": null,
    "phone_3_dnc": null
  },
  "insight": "Jane Doe is an ideal candidate for premium mortgage products tailored to affluent seniors, with a focus on luxury homes that offer easy maintenance and proximity to recreational amenities.",
  "sentences": ["Mortgages", "Brokers And Agents", "Residential", "Pre-Movers"],
  "timestamp": "2025-01-13T05:34:07.076780"
}
PreviousGoHighLevelNextOther Integrations

Last updated 4 months ago

Was this helpful?

🪝