hubspot_create_property
Create custom properties for HubSpot CRM objects (companies, contacts) with specified data type, field type, and dropdown options.
Instructions
Create a new custom property in HubSpot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Internal name of the property | |
| type | Yes | Data type (string, number, date, enumeration, etc.) | |
| label | Yes | Display label for the property | |
| options | No | Array of option objects for dropdown fields | |
| fieldType | Yes | Field type (text, textarea, select, number, date, etc.) | |
| groupName | Yes | Property group name | |
| description | No | Property description | |
| object_type | Yes | Type of CRM object |