Cloud Elements Version 2.172-2.176
The Salesforce Libraries element now creates a path when creating a file or updating file metadata if the path does not exist. Implicit path creation works for the following endpoints:
POST /filesPATCH /files/metadataPATCH /files/{id}/metadataYou can now upload a CSV file to POST the contents of the list along with the list headers. Uploading a file is an optional parameter. You can directly create the list without the contents of the list or can create the list along with its contents in the CSV file.
DELETE /product/{id}/sku/{skuId}Changed DELETE /product/{id}/sku/{imageId} to DELETE /product/{id}/sku/{skuId}.
We've fixed the transformation of Bill and Shipping Address lines 2 and 3 so that they are now available for transformation in the Customer object.
We added the following endpoints:
We added the following endpoints:
POST /data-extensions/{id}/rowsPUT /data-extensions/{id}/rowsPATCH /data-extensions/{id}/rowsGET /attribute-sets endpointConfigure ShareFile events with either polling or webhooks.
You can authenticate the Zuora element using OAuth 2.0 or Basic authentication.
Added the ability to create a formula as a resource on an element level. Create a resource of type 'FormulaAsResource' that is tied to a formula ID. That resource will show in the API documentation for the element. When that resource is called a formula instance will be auto-created. You can only auto create formula instances if the formula only has one element instance variable.
You can now change passwords in Cloud Element 2.0.
instances APIYou can now provide an optional query parameter of resolveReferences=true to GET /instances/{id}/docs/{operationId}/definitions to get the references resolved inline in the returned definition.