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

Zendesk connection actions and objects

When you publish a Zendesk connection in Application Integration, the Actions and Objects appear on the Metadata tab.
To use input field payload with data types, such as array, boolean, double, or integer, you must use annotation 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">20.2</field_double>
<field_integer m:type="xs:int">10</field_integer>
</root>
Consider the following information when you use specific actions and objects: