Updates - New parameters for the realty inquiry Endpoint in API and PHP-SDK (release v1.2.9)

02 February 2023

There are two new parameters available now when creating realty inquiries:

  • is_realty_owner: Whether the inquiry comes from a realty owner. If 1, the contact is assigned to the contact category “Owner” in Justimmo.
  • realty_owner_consultation_request: Whether the inquiry comes from a realty owner who wants a consultation from an agent. If 1, the agent will receive an email about this request for a personal consultation.

API

  • Updated realty inquiry documentation (is_realty_owner and realty_owner_consultation_request): here

PHP-SDK

  • Updated realty inquiry documentation (setIsRealtyOwner and setRealtyOwnerConsultationRequest): here