Use Cases

Lead to Lease

Workflow

Recommend available and compatible units to prospective residents.

Relevant Business Types

Listings, Leasing chatbot, Leasing automation.

Description

If your business helps fill vacant units, you may find it valuable to share availabilities that align with the search criteria of prospective residents.

Steps

1. Receive input from your UI about prospect requirements

2. Read amenities from Propexo API with a filter of name_normalized with a value of INTERNET

$curl --request GET \
>--url 'https://api.propexo.com/v1/amenities?name_normalized=INTERNET'

3. Read units from Propexo API, filtering by x_property_id and the Propexo integration_id

$curl --request GET \
>--url 'https://api.propexo.com/v1/units?x_property_id=3456&integration_id=xyz'

4. Surface the matching units to prospect in your UI