hubspot-update-property
Update custom properties for HubSpot object types to customize data structures. Modify property labels, descriptions, groups, data types, and visibility to align with CRM needs. Use with caution to ensure accurate HubSpot data management.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
calculationFormula | No | A formula that is used to compute a calculated property | |
description | No | A description of the property that will be shown as help text | |
displayOrder | No | The order for displaying the property (lower numbers displayed first) | |
fieldType | No | Controls how the property appears in HubSpot | |
formField | No | Whether the property can be used in forms | |
groupName | No | The name of the property group the property belongs to | |
hidden | No | Whether the property should be hidden in HubSpot | |
label | No | A human-readable property label that will be shown in HubSpot | |
objectType | Yes | The type of HubSpot object the property belongs to. Valid values include: appointments, companies, contacts, courses, deals, leads, line_items, listings, marketing_events, meetings, orders, postal_mail, products, quotes, services, subscriptions, tickets, users. For custom objects, use the hubspot-get-schemas tool to get the objectType. | |
options | No | A list of valid options for enumeration properties | |
propertyName | Yes | The name of the property to update | |
type | No | The data type of the property |