La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
We have many custom properties that I'd like to get rid of. I can pull all my contact properties pretty easily but I cannot ID for sure which are custom and which are Hubspot created/default. Please advise which contact property will tell me.
févr. 7, 20192:54 AM - modifié févr. 7, 20192:55 AM
Contributeur
Cleaning up contact properties
Résolue
Hi,
As an example, if you're pulling all of the contact properties(https://developers.hubspot.com/docs/methods/contacts/v2/get_contacts_properties) in a portal, there returned JSON should have a field called "hubspotDefined". Typically, it is set to null if it is a custom created property. If it is a HubSpot default property, we should see HubSpot as its value.
févr. 7, 20192:54 AM - modifié févr. 7, 20192:55 AM
Contributeur
Cleaning up contact properties
Résolue
Hi,
As an example, if you're pulling all of the contact properties(https://developers.hubspot.com/docs/methods/contacts/v2/get_contacts_properties) in a portal, there returned JSON should have a field called "hubspotDefined". Typically, it is set to null if it is a custom created property. If it is a HubSpot default property, we should see HubSpot as its value.