create_property
Add a property to Propstack CRM from acquisition calls or owner inquiries, linking contacts and specifying status, type, price, and location.
Instructions
Create a new property (Objekt) in Propstack CRM.
Use this tool to:
List a new property from an acquisition call
Create a listing from an owner inquiry
Add a property to a project
Use get_property_statuses to look up valid status IDs. Use the relationships_attributes array to link an owner contact on creation.
rs_type values: APARTMENT, HOUSE, TRADE_SITE, GARAGE, SHORT_TERM_ACCOMODATION, OFFICE, GASTRONOMY, INDUSTRY, STORE, SPECIAL_PURPOSE, INVESTMENT.
rs_category provides sub-types (e.g. PENTHOUSE, VILLA, MAISONETTE for APARTMENT/HOUSE).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude | |
| lng | No | Longitude | |
| city | No | City | |
| floor | No | Floor number | |
| price | No | Purchase price (EUR) | |
| title | No | Property title / headline | |
| status | No | Property status ID (use get_property_statuses to look up) | |
| street | No | Street name | |
| country | No | Country code (e.g. 'DE') | |
| rs_type | No | Property type (e.g. APARTMENT, HOUSE, OFFICE) | |
| courtage | No | Commission amount or percentage | |
| zip_code | No | Postal code | |
| base_rent | No | Base rent (EUR/month) | |
| broker_id | No | Assigned broker ID | |
| plot_area | No | Plot area (m²) | |
| other_note | No | Additional notes text | |
| project_id | No | Project ID this property belongs to | |
| total_rent | No | Total rent including utilities (EUR/month) | |
| object_type | No | Object category: LIVING, COMMERCIAL, or INVESTMENT | |
| rs_category | No | Property sub-type (e.g. PENTHOUSE, VILLA, MAISONETTE, SINGLE_FAMILY_HOUSE) | |
| house_number | No | House number | |
| living_space | No | Living space (m²) | |
| courtage_note | No | Commission details/notes | |
| location_note | No | Location description text | |
| marketing_type | No | Marketing type: BUY (Kauf) or RENT (Miete) | |
| furnishing_note | No | Furnishing/equipment description text | |
| number_of_rooms | No | Number of rooms | |
| description_note | No | Property description text (HTML allowed) | |
| construction_year | No | Year of construction | |
| number_of_bed_rooms | No | Number of bedrooms | |
| number_of_bath_rooms | No | Number of bathrooms | |
| partial_custom_fields | No | Custom field values as key-value pairs | |
| relationships_attributes | No | Link contacts on creation, e.g. [{internal_name: "owner", related_client_id: 123}] |