Tag Archives: HubSpot

HubSpot Deal Properties List

Here is a lookup table of HubSpot’s default deal properties.

  • name: the internal name for data analysis, which is like variable name in a data frame;
  • label: the label name on HubSpot platform, which is easy to remember;
  • description: more information about a property;

Feel free to use it but please be aware that these are just the default deal properties from my test developer account. As such, please check HubSpot API if you want to have a full list of all your properties.

Continue reading

HubSpot Company Properties List

Here is a lookup table of HubSpot’s default company properties.

  • name: the internal name for data analysis, which is like variable name in a data frame;
  • label: the label name on HubSpot platform, which is easy to remember;
  • description: more information about a property;

Feel free to use it but please be aware that these are just the default company properties from my test developer account. As such, please check HubSpot API if you want to have a full list of all your properties.

Continue reading

HubSpot Contact Properties List

Here is a lookup table of HubSpot’s default contact properties.

I have been working on HubSpot data analysis with R on a daily basis and having a good understanding of contact properties can save me a lot of time. HubSpot provides the properties CRM api for developers to get the contact properties list and also provides the explanations of all the default contact properties: https://knowledge.hubspot.com/contacts/hubspots-default-contact-properties.

Continue reading