Updated Articles

  1. Cloud Elements End Of Life Announcement

    Dear Valued Cloud Elements Customer, This is to inform you that UiPath has made the decision to retire the UiPath Cloud Elements offering permanently. The decision was made after careful consideration of UiPath long term vision and the product prof...
  2. Facebook Workplace Teams API Documentation

    Base URL The base URL for all API requests is https://api.cloud-elements.com/elements/api-v2 .
  3. Facebook Workplace Teams Querying

    The Cloud Elements Query Language (CEQL) provides a standard way to search across all of our elements. Many API providers support some form of searching in their APIs but each one approaches searching differently. Rather than having you research how...
  4. Facebook Workplace Teams Events

    Cloud Elements currently supports events via polling or webhooks depending on the endpoint. Polling is a mechanism where Cloud Elements executes the configured query every n minutes and captures the changed information. Webhooks are whe...
  5. Facebook Workplace Teams Authenticate an Element Instance

    You can authenticate with Facebook Workplace to create your own instance of the Facebook Workplace element through the UI or through APIs. Once authenticated, you can use the element instance to access the different functionalities offered by the Fa...
  6. Facebook Workplace Teams API Provider Setup

    To set up a Facebook Workplace endpoint, you need a developer account and create or already have an app . Access to these APIs is controlled by these apps , with specific permissions and protected by access tokens. Note: Only System Adminis...
  7. Resuming Polling Jobs after Auto-Disable

    When you have a polling job running on an element instance for one or more resources and the API calls for that instance have failed a number of times consecutively, this polling job will be automatically disabled.  Some reasons for an API cal...
  8. Introduction to Formulas

    In Cloud Elements, you can build formula templates,  reusable workflow templates that are independent of API providers. Formula templates include triggers, such as events or schedules, that kick off a series of steps. Formulas support a large ...
  9. Production Changelog - October 2022

    Platform •    Implemented changes on the platform to improve performance and load times. •    An issue causing the elements/{id}/docs API to not work properly in the default version has been resolved. Elements Sno...
  10. Authentication

    When you authenticate with Cloud Elements, you need to include your Organization Secret and User Secret as headers with each request. When interacting with element instances, you will typically need an an element instance token instead of an Organiz...