crm_get_contact_properties
Retrieve all properties for HubSpot contacts using structured queries. Organize and access CRM data to enhance contact management and insights.
Instructions
Get all properties for contacts
Input Schema
Name | Required | Description | Default |
---|---|---|---|
archived | No | ||
properties | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"archived": {
"type": "boolean"
},
"properties": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}