APIs & Integrations

IAlmendra
Member

Properties on the object to send when creating a new contact

SOLVE

Hello, does anyone know what properties exist in addition to what are in the photo (email,firsname,lastname,etc..)?

 

Because I look for the documentation and I can't find more than those properties. If someone has the link to the documentation where you can find all the properties that can be sent inside the object I would appreciate it.

 

IAlmendra_0-1690387434583.png

 

0 Upvotes
1 Accepted solution
coldrickjack
Solution
Guide

Properties on the object to send when creating a new contact

SOLVE

Hi @IAlmendra,

 

You can export all of the contact properties defined in your HubSpot portal by navigating to settings and choosing "Properties" from under the "Data Management" header. From here click on the top right hand side where you see "Export all properties". You will receive an email with a download link. 

 

I've exported the standard properties supplied in any new Hubspot portal for your reference and attached to this response. If you open that up it should have everything you need.

 

Alternatively you can use the CRM Properties API  to get all of the properties for a specific object. That is done by making a request to "GET /crm/v3/properties/{objectType}".

 

View solution in original post

1 Reply 1
coldrickjack
Solution
Guide

Properties on the object to send when creating a new contact

SOLVE

Hi @IAlmendra,

 

You can export all of the contact properties defined in your HubSpot portal by navigating to settings and choosing "Properties" from under the "Data Management" header. From here click on the top right hand side where you see "Export all properties". You will receive an email with a download link. 

 

I've exported the standard properties supplied in any new Hubspot portal for your reference and attached to this response. If you open that up it should have everything you need.

 

Alternatively you can use the CRM Properties API  to get all of the properties for a specific object. That is done by making a request to "GET /crm/v3/properties/{objectType}".