Call a Zoho Creator URL with a XML from a custom function
Hello everyone,
We have a Zoho Creator app made by other developer that works through a webhook with a XML. Do you know how can I send the XML inside a custom function?
The XML is like this
- <ZohoCreator>
- <applicationlist>
- <application name='name-app'>
- <viewlist>
- <view name="name_View">
- <add>
- <field name='idInvoice'><value>${INVOICE.INVOICE_ID}</value></field>
- </add>
- </view >
- </viewlist>
- </application>
- </applicationlist>
- </ZohoCreator>