Cloud Elements Release Notes

Recent Releases

Cloud Elements Version 2.172-2.176

Cloud Elements Version 2.171

Cloud Elements Version 2.170

Cloud Elements Version 2.169

Cloud Elements Version 2.165

Subscribe to Release Note updates

Cloud Elements Version 2.156

March 12, 2018

Element Updates

Freshbooks Cloud Accounting: New element

We added the Freshbooks Cloud Accounting element to our catalog. Freshbooks Cloud Accounting is available in the Finance hub. Connect a Freshbooks account to integrate with invoices, payments, taxes, customers, and more. Take a look at the Freshbooks Cloud Accounting Element docs and get started today.

Added /ping to multiple elements

Ping your authenticated instances to make sure they remain connected. We added the /ping resource to:

Docusign: Authenticate and element instance with OAuth 2.0

You can now choose an authentication method for Docusign, either OAuth 2.0 (new) or OAuth 2 Password (legacy).

Box: Added tags to responses

Responses to the list of endpoints below return a tags object that includes a list of tags associated with the folder. The tags object appears only when the folder is tagged.

Microsoft Dynamics CRM: Added /cases and /knowledge-articles resources

Find and manage cases and knowledge articles in Microsoft Dynamics.

QuickBooks Enterprise: Updated filtering with TxnDate

Added support for TxnDate processing on creditcard-charges and creditcard-credits resources.

Salesforce Libraries: Squashed two bugs

Previously when you sent a POST /files with overwrite=true, the new file did not overwrite the existing one. We updated the element so overwrite works as expected.

Metadata retrieved by GET /search did not include modifiedDate. We updated GET /search to include modifiedDate in the metadata.

Twilio: Added /addresses and and /accounts resources

Manage your address and resources with the new /addresses and /accounts resources.

Chargify: Added /invoices resource

Manage your invoices with the new /invoices resource.

Eloqua: Added /accounts resource

Manage your accounts with the new /accounts resource.

Cloud Elements Platform Updates

Element Builder: Added support for importing OData files

You can now import OData files to create a new element. Odata Import

Audit-Logs Documentation

Access the documentation for the Cloud Elements audit-logs resource. This resource allows you to programmatically access the information available on the Audit Logs tab in Activity.

Cloud Elements Version 2.155

March 5, 2018

Element Updates

Plaid: New element

We added the Plaid element to our catalog. Plaid is available in the Finance hub. Connect a Plaid account to integrate with accounts, transactions, institutions, categories, and more. Take a look at the Plaid Element docs and get started today.

Fortnox: New element

We added the Fortnox element to our catalog. Fortnox is available in the ERP hub. Connect a Fortnox account to integrate with projects, invoices, vouchers, products, and more. Take a look at the Fortnox Element docs and get started today.

QuickBooks Online: Added support for total count in responses

If you want to receive a total count in the response headers, include returnCount=true as a query parameter in your request.

Salesforce Sales Cloud: Enabled bulk upload via serial mode

If you encounter record lock issues when performing bulk uploads, you can try serial mode instead of the default parallel node. See the Salesforce documentation topic General Guidelines for Data Loads for more information about parallel and serial modes.

To switch to serial mode pass "concurrency":"serial" in the request metadata.

WooCommerce: Normalized CEQL

We modified the where parameter for WooCommerce products and orders to allow native WooCommerce and normalized queries. For example, to search for objects created after 2016-04-28T21:58:25, you can either query created_date > '2016-04-28T21:58:25' or after = '2016-04-28T21:58:25'.

Intacct.: Fixed a bug where GET /bills and GET /bills/{id}returned responses differently

The format of responses from GET /bills and GET /bills/{id} match.