Cloud Elements Version 2.172-2.176
We added a new Clover element to manage employees, time sheets, and roles for the employees based on their location. Take a look at the Clover Element docs and get started today.
/comments
resourceWe updated the POST /comments
and DELETE /comments
endpoints to support an update to Facebook /comments
API's. Now for each request you must add a page access token.
Enhanced QB Element to support Sandbox developer accounts. When authenticating an element instance, add the following to the configuration
section of the authentication JSON:
"configuration": {
"use_sandbox": true
}
See updated authentication steps in the QuickBooks Online Element docs.
custom-fields
resourcePUT /files/{id}/custom-fields/{templateKey}
endpoint to update the custom fields value associated with a given file.PUT /files/{id}/custom-fields/{templateKey}
endpoint to update custom field values associated with a given file.PUT /files/{id}/custom-fields/{templateKey}
does not appear in our API documentation. You can now generate model schemas from sample payloads.