HOUSING PUSH INTEGRATION


What does Sell.Do need from Developer (Client)?

  • The project name for Integration
  • Housing POC name & contact details
  • Lead tagging details in sell.do
    • Campaign : 
    • Subsource :

What does Sell.Do need from Housing Team?

  • Exact project name that will be pushed to sell.do
  • Lead to be pushed from your end
  • Test Lead phone number one the test lead is pushed.

Integration Process :

  • Once the request is received to support for the integration, sell.do will need above details from the client and housing team.
  • Sell.do will provide API key, Post URL and Parameters to housing.
  • Sell.do will do internal process for integration.
  • Housing will do internal process for integration.
  • Once integration is done by housing, they will push a test lead and share the phone number to sell.do team.
  • Sell.do will confirm if the lead is received and integration will be completed.

Integration Details : 


PUSHING LEADS USING POSTMAN


POST URL : https://app.sell.do/api/leads/b1dxxxxxxxxxxxxxxxxxxxx403d/create.json


TYPE : PUSH


FORMAT : JSON


Body > raw > JSON


{ 
"name": "Lead name", 
"email": "abc@gmail.com", 
"isd": "+91", 
"mobile": "89xxxx202", 
"project": "project name", 
"city": "City" 
}



RESPONSE


{
    "sell_do_lead_id": "23250",
    "sell_do_lead_verified": "false",
    "error": [],
    "selldo_lead_details": {
        "lead_already_exists": false,
        "lead_created_at": "2020-06-29T09:48:49.706Z",
        "exists_by": "23250"
    }
}




HOUSING PULL INTEGRATION

  1. For housing integration, sell.do team requires key and id from the housing.
  2. Also, sell.do team needs the list of projects along with the respective project ids for integration.
  3. Once sell.do team receives this information, project mapping will be done by project IDs in sell.do.
  4. First Add Configuration in Property Portal Integration.
  5. Create API from API Based Integrations.
  6. Create Campaign Rule (Confirm tagging details form the client ).
  7. In Project > Portal Integration Codes, add Project ID.
  8. Ask for test lead from the client and once test lead is received process is completed.
  9. This will complete the integration process of housing.


Housing Pull URL : 


https://leads.housing.com/api/v0/get-builder-leads?start_date=1610012921&end_date=1610016521&current_time=1610016522&hash=4bcxxxxxx3afe4014&id=75xxxxx71


Where,

            start_date & end_date is the date range between which leads are to be searched.

            current_time is the current time

            id is the housing ID configured here.