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.172-2.176

July 2, 2018

Element Updates

Gmail: New element

We added the Gmail element to the general hub. Connect a Google account to integrate with messages, threads, and more. See the documentation for more.

Outlook Email: New element

We added the Outlook Email element to the general hub. Connect a Microsoft account to integrate with messages and more. See the documentation for more.

Oracle Service Cloud: Added bulk support

Use bulk in Oracle Service Cloud to batch upload and download Account, Incident, Contact and ServiceCategory objects.

Servicemax: Added bulk support

Use bulk in Servicemax to batch download.

Greenhouse: Added bulk support

Use bulk in Greenhouse to batch download and upload.

Maximizer: Various updates and fixes

We updated the default schema and addressed issues with notes and yesno APIs.

Quickbooks Enterprise: Define Virtual Data Resources for CreditCardCharge and CreditCardCredit

You can now map virtual data resources to CreditCardCharge and CreditCardCredit objects.

Hubspot: associations objects returned as arrays

Previously we returned associations objects as strings, but now return them as arrays.

Plaid: Added option to authenticate using accessToken

You can use an access token instead of user's bank information to authenticate with Plaid.

SAP Hybris Cloud for Customer CRM: GET /objects returns only objects with metatdata

You can still return all objects by passing fetchall="true".

Facebook Lead Ads: Added GET /forms/{formId}/leads endpoint

Retrieve leads with GET /forms/{formId}/leads.

Sage One: Escaping quotes

Updated the GET /purchase-invoices endpoint to make two single quotes equate to an escaped single quote.

Platform Updates

Retrieving Element Instance Objects During Authentication

You can return a list of all data objects in an element along with their source (the vendor, a virtual data resource, or normalized Cloud Elements object). In the request body include the optional "retrieveObjectsAfterInstantiation": true value. The response includes an objects array like this example:

"objects": [
  {
      "name": "incidents",
      "vendorName": "Case",
      "type": "ceCanonical"
  },
  {
      "name": "Task",
      "vendorName": "Task",
      "type": "vendor"
  },
  {
      "name": "myAccounts",
      "vendorName": "Account",
      "type": "vdr"
  }
]

The objects list includes:

Updated status code for failing to refresh access token

We updated the status code and message returned when you your OAuth token is revoked or expired and the attempted refresh fails.

Element Builder: Added a new service type of SOAP API w/ WS-Security Signing

We added support for building elements for SOAP APIs with WS-Security Signing.

Cloud Elements Version 2.171

June 11, 2018

Element Updates

SAP R/3 BAPI: New Element

We added the SAP R/3 BAPI element to the ERP hub. Use the SAP R/3 BAPI element to integrate with customers and BAPIs, and more.

SAP S/4 BAPI: New Element

We added the SAP R/3 BAPI element to the ERP hub. Use the SAPS/4 BAPI element to integrate with customers and BAPIs, and more.

SAP S/4 HANA Cloud: New Element

We added the SAP S/4 HANA Cloud element to the ERP hub. Use the SAP S/4 HANA Cloud element to integrate with customers, business partners, and more.

Campaign Monitor: Added Basic authentication

Now you can choose to authenticate with OAuth 2.0 or Basic (API Key) credentials.

QuickBooks Online: Added support for minor version of the API

In cases where you need to access an AI version different than the generally available version, add quickbooks.minorversion to the code used to authenticate an element instance. For more information, see Minor Versions in the QuickBooks docs.

PostgreSQL: Added support for case-sensitivity in queries

Querying is now case-sensitive. For example, a query seeking CompanyName will return results for a column with a heading of CompanyName, but not companyname or COMPANYNAME.

Pipedrive: Fixed a bug preventing webhooks from working

We now webhook events when monitored activity occurs at Pipedrive.

Slack: Removed deprecated endpoints

We removed the following resources from our API docs that were deprectaed by Slack:

Connectwise CRM REST: Added opportunities resource

We added the following endpoints:

Microsoft SQL Server: Added support for querying column names with periods

You can now search for column names that include periods. For example, you can now search for a column named column.name.

QuickBooks Desktop: Added /checks resource

We added the following endpoints:

Platform Updates

Added customers resource

Use /customers to manage the identity providers and organizations within a customer.