New Articles

  1. GET /accounts/.../definitions

    GET /accounts/objects/definitions GET /accounts/{id}/objects/definitions Retrieve a list of virtual data resource and their account level fields. You can either list the fields based on the credentials that you pass with the request, or yo...
  2. PUT /accounts/.../{objectName}/definitions

    PUT /accounts/objects/{objectName}/definitions PUT /accounts/{id}/objects/{objectName}/definitions Replace account level fields in a virtual data resource. Replacing fields removes existing fields, so include existing fields in the request...
  3. DELETE /accounts/objects/{objectName}/definitions

    DELETE /accounts/objects/ {objectName}/ definitions DELETE /accounts/{id}/objects/{objectName}/definitions Delete all account-level fields in a specific virtual data resource, and the virtual data resource itself if it contains only fields...
  4. Manage Roles

    User roles define the information that a specific user assigned to the role can view and what they can do in Cloud Elements. Each role includes a list of privileges that you can add or remove depending on how you want to manage roles in your organiz...
  5. Branding Your Experience

    You can change the colors, fonts, buttons, images, and other components of the UI on the Branding page. As you make changes, they appear in the corresponding examples on the page. Required Permissions for Branding In order to access the Branding...
  6. Exporting and Importing Transformations and Objects between Environments

    Imagine a quick scenario: I have built all of my integrations in the Staging environment and now I am ready to go into Production. However, in addition to my element instances, I want to transfer over all the transformations I have created.  How do...
  7. JS Transformations: How Do I Use the transformedObject Variable?

    When doing a JavaScript transformation the transformedObject always represents the final state of the object when you are POSTing or GETting.  IMPORTANT: Do not define in your object definition or map in your transformation any fields that you a...
  8. What API can be used to update an existing transformation?

    To update an existing transformation via the API, use: PUT /instance/{instanceId}/transformations/{objectName}.
  9. Introduction to Virtual Data Resources

    What are Virtual Data Resources? Virtual data resources provide a common API wrapper around multiple vendor endpoints that represent the same class of data: for example /Contacts. Virtual data resources provide a one-to-many coding experience for...
  10. How Can I Retrieve all the Field Levels of my Transformation?

    We understand that from time to time, we will have a transformation on a virtual data resource that inherits multiple different field levels (such as organization, account, and instance levels). At times, it can get tricky to manage all the differen...