Docs

Create Property

Creates a new property in HubSpot.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
stringrequired

The HubSpot object type that will own the property, such as contacts, companies, deals, tickets, products, or a custom object type.

stringrequired

The existing HubSpot property group that will contain the property.

stringrequired

The internal property name, for example favorite_food.

stringrequired

The display label shown in HubSpot.

stringrequired

The HubSpot data type for the property.

stringrequired

How the property should be rendered in HubSpot.

string

Optional description for the property.

boolean

Whether HubSpot should enforce unique values for the property.

Uncommon arguments
array of object

Enumeration options for the property.

string

Display label for an enumeration option.

string

Stored value for an enumeration option.

string

Formula used when creating a calculation property.

boolean

Whether the property options should be populated dynamically from HubSpot instead of a static option list.

string

The HubSpot object type that provides external option values. Use OWNER for HubSpot user-picker fields.

boolean

Whether the property can be used on HubSpot forms.

number

Display order within the property group. HubSpot places -1 after positive values.

boolean

Whether the property should be hidden in HubSpot.

string

Sensitivity classification for the property.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.