HubSpot Connector Guide > HubSpot connections > HubSpot connection actions and objects
  

HubSpot connection actions and objects

When you publish a HubSpot connection in Application Integration, the Actions and Objects appear on the Metadata tab.
To use fields with data types, such as array, boolean, double, or integer, you must use annotations as shown in the following sample code:
<root xmlns:m="urn:informatica:ae:xquery:json2xml:meta-data">
<field_array m:isArray="true">
<property_1> ...</property_1>
</field_array>
<field_boolean m:type="xs:boolean">true</field_boolean>
<field_double m:type="xs:double">10.3</field_double>
<field_integer m:type="xs:int">5</field_integer>
</root>
Consider the following information when you use specific actions and objects: