crm_get_contact_properties
Retrieve all contact property definitions from HubSpot CRM to understand available data fields and their structure for integration or analysis purposes.
Instructions
Get all properties for contacts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archived | No | ||
| properties | No |
Input Schema (JSON Schema)
{
"properties": {
"archived": {
"type": "boolean"
},
"properties": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}