New Articles

  1. Cloud Elements Version 2.150

    January 28, 2018 Marketo: Merge contacts endpoint We added the POST /contacts/{contactId}/merge endpoint so you can merge two or more known lead records into a single lead record. Merging does not overwrite existing information, but adds informa...
  2. Cloud Elements Version 2.146

    January 2, 2018 Elements JIRA: Added GET /worklogs endpoint We added the GET /worklogs endpoint so you can retrieve the work logged to issues. Zuora v2: Added /resume and /suspend endpoints to the subscriptions resource You can now use the P...
  3. Cloud Elements Version 2.151

    February 5, 2018 Element Updates Intacct.: Added checking-accounts resource Use the checking-accounts to retrieve a list of checking accounts or a specific account. Google Suite: Updated to better support message attachments We updated Google...
  4. Cloud Elements Version 2.147

    January 8, 2018 Elements Bullhorn: Added /placements and /companies resources You can now use the Bullhorn element to view, create, update and delete: * Placements, which represent successfully filled job orders. * Companies — the ClientCorporati...
  5. Cloud Elements Version 2.152

    February 12, 2018 Element Updates OneNote: Added DELETE /files endpoint You can use DELETE /files to delete pages from OneNote notebooks. JIRA: Added support for LIKE in CEQL and custom fields You can now use LIKE in CEQL and query on custo...
  6. Cloud Elements Version 2.148

    January 15, 2018 Elements Box: Added search API Use GET /search to search a Box account for files or directories. You can filter the search by directories, dates, and tags. Twilio: Filter by phone number You can use the from key word in CEQ...
  7. How do I reset my password?

    Log on at https://my.cloudelements.io.  Click your profile picture in the lower-left, and then click My Profile .  Use the Credentials form to change your password.
  8. GET /accounts/{id}

    GET /accounts/{id} Retrieve a specific account by account Id. Path Parameters id The unique identifier for an account within an organization. Example Request curl -X GET \ https://api.cloud-elements.com/elements/api-v2/accounts/...
  9. POST /accounts

    POST /accounts As an organization administrator, you can add an account to your organization. Accounts typically represent your customer. Request Body Parameters Example Request curl -X POST \ https://api.cloud-elements.com/elements/...
  10. PATCH /accounts/{id}

    PATCH /accounts/{id} Change the name , description , or externalId of a specific account with the account id and the PATCH /accounts/{id} endpoint. You can also deactivate an account or activate an already deactivated account. Deactiva...