To use any of the above modules, you need to have Zoho CRM accessible from the Internet and a Zoho CRM account. If you do not have Zoho CRM that is publicly accessible or you do not have a Zoho CRM account, then contact your system administrator or Zoho CRM administrator.
To connect your Zoho CRM account to Integromat, follow the general instructions for Connecting to services. You have to specify your Zoho CRM username and application-specific password. Follow these steps to obtain the application specific password.
After you click the Continue button, Integromat will validate the connection and you can continue creating your scenario.
Module: "Create object"
XML Data:
<Invoices>
<row no="1">
...all other invoice attributes...
<FL val="Product Details">
<product no="1">
<FL val="Product Id">___your_zoho_productId___</FL>
<FL val="Product Name">___your_zoho_product_name___</FL>
<FL val="Quantity">1</FL>
<FL val="List Price">1.00</FL>
<FL val="Discount">0</FL>
<FL val="Total">1.00</FL>
<FL val="Total After Discount">1.00</FL>
<FL val="Tax">0</FL>
<FL val="Net Total">1.00</FL>
</product>
</FL>
...any other invoice attributes...
</row>
</Invoices>
More examples can be found here.