crm_get_lead_properties
Retrieve all lead properties from HubSpot CRM to access comprehensive lead data fields and their configurations for integration and analysis.
Instructions
Get all properties for leads
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"
}