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:
DELETE /files
endpointYou can use DELETE /files
to delete pages from OneNote notebooks.
You can now use LIKE in CEQL and query on custom fields. Here are some examples:
/file/comments
endpointsWe added the following comments endpoints to the /files resource:
GET /campaigns/{id}/open-details
endpointYou can now get detailed information about any campaign emails that were opened by a list member.
When you transform data from a field that includes sub resources, the common resource appears in the API docs and can make requests to the resource. For example, in the MailChimp element the listsContacts
resource is nested in Cloud Elements as lists/{id}/contacts
. If you map a field from MailChimp's listsContacts
resource to your common resource and add the common resource to the API docs, the request appears as lists/{id}/yourCommonResource
.
Some elements such as HubSpot, Marketo, Eloqua, and the Salesforce elements did not previously support uploading bulk data via JSON. You can now upload files in JSON format ({"format" : "json"}
). Each JSON object should be on a new line or can be an array of JSON objects.
When you create a Formula as a Resource you can specify status codes and descriptions. To include a status code and result in the response to a FaaR request:
Include a script like the following in the step:
done({
statusCode: xxx
result: {
label: 'message'
}
})
Save the step.
Property | Description |
---|---|
statusCode | The status code that you want to return in the response, such as 200 , 401 , or 502 . The value must be a valid status code. |
result | The body of the response which can be anything related to the status code such as an array of objects, a single object, or text. The example above includes an array containing a key value pair with a label and a message. |
Use the checking-accounts
to retrieve a list of checking accounts or a specific account.
We updated Google Suite so when you make a POST /messages
request with an attachment we use the optimal Google endpoint.
We updated Dropbox Business so you can authenticate an element instance in Cloud Elements 2.0.
You can now use PATCH /instance/{id}
and PUT /elements/{keyOrId}/instances/{id}
requests to update an authenticated Adobe Sign element instance.
When Box returns a 429 error, it includes a retry-after
value indicating the number of seconds before Box will accept the next request. We now forward the retry-after
value.
GET /search
endpointPreviously if you specified a path with a GET /search
request, we returned all results. The request now works as expected.
GET /formulas/analytics/statuses
endpoint to retrieve the current number of formula executions in each statusUse GET /formulas/analytics/statuses
to retrieve the status analytics of formula executions within a given date/time range. If any executions are in a retry
status, you'll get a list of those execution IDs, and the retry number that will execute next.
Ever wondered what version of Cloud Elements you're using? When you log in to https://my.cloudelements.io/login, look under the Privacy Policy at the bottom.