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 :
- POST URL : https://app.sell.do/api/leads/<Api_key>/create.json
- Parameters :
{
"name": "Test ABC",
"email": "wwee@gmail.com",
"isd": "+91",
"mobile": "8254328739",
"project": "xyz",
"city": "Pune"
}
- API key : Will be provided by Sell.do
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
- For housing integration, sell.do team requires key and id from the housing.
- Also, sell.do team needs the list of projects along with the respective project ids for integration.
- Once sell.do team receives this information, project mapping will be done by project IDs in sell.do.
- First Add Configuration in Property Portal Integration.
- Create API from API Based Integrations.
- Create Campaign Rule (Confirm tagging details form the client ).
- In Project > Portal Integration Codes, add Project ID.
- Ask for test lead from the client and once test lead is received process is completed.
- This will complete the integration process of housing.
Housing Pull URL :
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.