Cloud Elements Version 2.172-2.176
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.
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.
If you want to receive a total count in the response headers, include returnCount=true
as a query parameter in your request.
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.
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'
.
GET /bills
and GET /bills/{id}
returned responses differentlyThe format of responses from GET /bills
and GET /bills/{id}
match.