APIs & Integrations

Joe_Marshall
Member

What other properties can be added to a Contact through the Contacts API?

Is the list of properties contained in the Contacts API code sample the full list of what can be submitted?

0 Upvotes
4 Replies 4
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

What other properties can be added to a Contact through the Contacts API?

Hi @Joe_Marshall,

Default contact properties are here:

HubSpot's default contact properties

A complete list of all HubSpot default contact properties and their definitions.

0 Upvotes
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

What other properties can be added to a Contact through the Contacts API?

Hi @Joe_Marshall,

@cc2 is correct, you can include any existing default or custom property when creating contacts using the Contacts API. You can create up to 1000 different custom properties per portal, as well.

0 Upvotes
Joe_Marshall
Member

What other properties can be added to a Contact through the Contacts API?

Where can I find a list of all those default properties though?

Also, just some more context: I'm creating an API call to bring in information from the Azure Marketplace so that the form on that site uses the Contacts API to pass that information to our HS instance. Should I be using the Contacts API or the Form API?

The Contacts API seems to mostly work fine, I just need a property where I can track the channel/source of the contact.

0 Upvotes
Not applicable

What other properties can be added to a Contact through the Contacts API?

Definitely not a full list. We write to lots of default and custom properties that are not in that example.