Landing page
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide is designed for web developers who are integrating a real estate development project website with Realpad CRM in two specific areas:
Fetching pricelist data (units, their prices, and status, links to their floorplans, ...).
Sending leads from the contact form (name, surname, email, phone, additional info).
To do this integration obtain login credentials for your account from our support team . You'll typically receive one pair of credentials per project - one for fetching pricelist, one for sending leads.
Example: for My New Project you'd receive
my-new-project-pricelist / some_password
my-new-project-leads / some_other_password
Write backend code that will invoke an HTTP POST request to the endpoints mentioned below and process the API response appropriately.
Test the whole solution together with our support team on a test environment of the project website.
After a 3-way confirmation that all is running correctly deploy the solution to the production website.