Docs

Create Object Schema

Creates a new object schema 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

Internal singular name for the custom object schema.

objectrequired

Singular and plural display labels for the custom object.

stringrequired

Singular display label for the custom object.

stringrequired

Plural display label for the custom object.

string

Optional description for the schema.

string

Property name used as the primary display label.

array of string

Property names that should be searchable.

array of string

Property names shown as secondary display fields.

array of string

Property names HubSpot should require on records.

array of string

HubSpot standard objects that can associate with this custom object.

array of object

Property definitions to create with the schema.

string

Internal name for a custom property.

string

Display label for a custom property.

string

HubSpot data type for the property.

string

HubSpot field type for the property.

string

Group name for the custom property.

boolean

Whether HubSpot should enforce unique values for the property.

boolean

Whether this property should be used as the primary display label.

Uncommon arguments
array of object

Enumeration options for the property.

string

Display label for an enumeration option.

string

Stored value for an enumeration option.

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.