Find us at our new Help Center where we've combined our documentation and knowledgebase articles in one easy-to-search location.
We aren't updating the Developer Portal anymore, except for the Element Docs — all updates happen in the Help Center. We're retiring the Developer Portal as you know it in:
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.
subscriptions
objectcharge-detail
to GET /subscriptions/{id}
. Allowed values include: last-segment, current-segment, all-segments and specific-segment&as-of-date=date.subscriptions
object based on the latest Zuora documentation.We added the OAuth API Key and OAuth API Secret fields so you can enter the Client ID and Client Secret associated with apps created for custom domains. See updated authentication steps in the ServiceNow OAuth Element docs.
Events were not working in the Staging environment for the Autotask Finance element. Fixed polling configurations for the element.
preferences
resourceGet a list of all preferences (GET /preferences
) or update a specific preference (PATCH /preferences/{id}
).
PUT /files/{id}/custom-fields
endpointAdded the PUT /files/{id}/custom-fields
endpoint to update the custom fields value associated with a given file.
Cloud Elements supports a data type of array [type]
for arrays in transformations. For example, an array of strings appears as array [string]
.
Added additional /usage
endpoints to monitor activity in your accounts.