How To

Articles

Add a Resource with a Different API Type
You can now create a new resource with a different API type at the resource level or change the API type of an already existing resource by overriding the API type that exists at the element level. For example, for the Adwords element, we are overr...
Convert an XML with Repeated Elements to a JSON Array
When you enter XML which has more than one repeated elements, our JSON converter converts the repeated elements into a JSON array with different JSON objects within the array. Shown below is a sample XML response payload we received from a vendor: ...
Enable Events for Resources in Oracle DB
Cloud Elements supports events via polling or webhooks depending on the API provider. For more information about our Events framework, see Events Overview . You can enable polling for tableNames using the Oracle DB element on the UI.  No...
Import your Google contacts into Act! 365
You can import your Google contacts into Act! 365 by using our /import/google API. Before using the API, make sure you sync your Gmail account with Act! 365. Visit https://app.act365.com/#/login and log in using your email and password.  ...
Use Platform Functionality for Base 64 Conversions
As a part of basic authentication, you are required to perform base 64 encoding by writing a pre-hook to convert the value into the base 64 format. You may now skip that step by directly using our expressions. For example, for Insightly we have take...
Compress Streaming Data Download
Cloud Elements allows file compression for streamed data to improve data transfer speed and download time. Elements supporting file download will support the compression feature through which data files downloaded can be compressed into zip or gzip....