Which of the following is needed to call a custom property in your integration?
- The custom property’s ID
- The custom property’s value
- The custom property’s internal name
- The custom property’s property type
Explanation: The selected answer, ‘The custom property’s internal name,’ is correct because it accurately identifies the key piece of information needed to call a custom property in your integration. In most systems, including HubSpot, custom properties are typically referenced and accessed using their internal names, which are unique identifiers assigned to each property when it is created. These internal names serve as the means by which the system identifies and distinguishes between different properties, ensuring that the correct data is retrieved or manipulated in API requests or integrations. Using the internal name of the custom property allows your integration to specifically target and interact with the desired property within the system, whether it’s for retrieving, updating, or analyzing data associated with that property. While the custom property’s ID, value, and property type may be relevant for certain operations or contexts, such as identifying the property within the system’s database, specifying its current value, or understanding its data type, they are not typically used as direct references when calling the property in integrations. Therefore, understanding and correctly utilizing the custom property’s internal name is essential for effective integration development and data management within HubSpot or similar platforms.