hubspot_properties_list
Lists all properties for a HubSpot CRM object type, including default and custom fields. Use this to discover available property names before reading or writing record data.
Instructions
List all properties (fields) defined for a HubSpot CRM object type. Returns both default HubSpot properties and custom properties created by your team. Use this to discover available property names before reading or writing record data.
Standard object types: "contacts", "companies", "deals", "tickets", "products", "line_items", "quotes", "calls", "meetings", "tasks", "notes", "emails". Custom objects use their numeric object type ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archived | No | Whether to include archived (deleted) properties. Default false. | |
| objectType | Yes | CRM object type whose properties to list. Standard types: "contacts", "companies", "deals", "tickets", "products", "line_items", "quotes", "calls", "meetings", "tasks", "notes", "emails". |