create_listing
Create a property listing using client contact ID and street address. Set status, price, bedrooms, and more.
Instructions
Create a property listing for a client. Requires the owning contactId (use find_contacts, or create_contact for a new client) and a street address. Provide whatever else is known; status defaults to coming-soon.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| notes | No | Internal agent notes about the listing. | |
| state | No | ||
| status | No | Pipeline stage of the listing. | |
| address | Yes | Street address of the property. | |
| lotSize | No | Lot size in sq ft or acres. | |
| zipCode | No | ||
| bedrooms | No | ||
| listDate | No | ISO 8601 date the listing went live. | |
| saleDate | No | ISO 8601 date it sold. | |
| bathrooms | No | ||
| contactId | Yes | Id of the client/owner this listing belongs to (from find_contacts). | |
| listPrice | No | Asking price in dollars. | |
| mlsNumber | No | ||
| salePrice | No | Final sale price in dollars. | |
| yearBuilt | No | ||
| squareFeet | No | ||
| description | No | Public-facing property description. | |
| propertyType | No | ||
| expirationDate | No | ISO 8601 date the listing agreement expires. |