post-crm-v3-properties-objtype-groups_groups
Create a property group in HubSpot by providing object type, internal name, and display label. Group custom properties for CRM objects like contacts, companies, or deals.
Instructions
Create a property group. REQUIRES body parameter with request data. Check the inputSchema for required body structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The internal property group name, which must be used when referencing the property group via the API. | |
| label | Yes | A human-readable label that will be shown in HubSpot. | |
| objectType | Yes | Path parameter objectType | |
| displayOrder | No | Property groups are displayed in order starting with the lowest positive integer value. Values of -1 will cause the property group to be displayed after any positive values. |