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:
Add the Square element to the new Employee hub. Use the Square element to manage time sheets, roles, employees and more based on employee location. Take a look at the Square Element docs and get started today.
Add the Revel element to the new Employee hub. Use the Revel element to manage time sheets, roles, brands, tips and more based. Take a look at the Revel Element docs and get started today.
custom-objects
resourceAdded support for bulk upload and download on the Oracle Eloqua custom-objects
resource.
PATCH /documents/files/{id}/custom-fields
Now you can add operation
as a query parameter to a PATCH /documents/files/{id}/custom-fields
request.
You can authenticate an instance of the Xero element in Cloud Elements 2.0.
Use the new Google Calendar element to manage the calendar-list, calendar's event, and access-controls-list.
You can authenticate an instance of the Cisco Spark element in Cloud Elements 2.0.
projects
resourceAdded the projects
resource to the JIRA element.
Fixed an issue where you could not disable FaaR on a formula via a PATCH /formulas/{id}
request.
Added a Roles list to the Users table on the Accounts page where you can more quickly select roles to assign to a user.
Alert messages update automatically with new alerts.
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 /files
PATCH /files/metadata
PATCH /files/{id}/metadata
You 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}/rows
PUT /data-extensions/{id}/rows
PATCH /data-extensions/{id}/rows
GET /attribute-sets endpoint
Configure 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.