Sugar Serve

Sugar Serve

Sugar Serve is available in the helpdesk hub.

Element Information Details
Provider API Documentation Sugar Serve API documentation
Authentication OAuth 2.0 password
Events Polling
Bulk Supported
Virtual Data Resources and Transformations Supported

Sugar Serve Element

The Sugar Serve element is available in the helpdesk hub. 

Authentication Prerequisites

The Sugar Serve element uses the OAuth2password authentication workflow. Before you can authenticate an instance of the Sugar Serve element, you require the following:

Provider sandbox

A Sugar Serve account and sandbox are required. Only 'Administrator' accounts can generate the credentials required to authenticate with the element. 

There are default values provided by Sugar for Oauth API key and Oauth API secret. The only parameters required by the user are - 

  • Sugar Enterprise Site URL 
  • Username 
  • Password
Note: In case a user's IP address changes while they are still logged into Sugar, they get logged out by default and require to log in again. To make sure this does not happen, user needs to disable client IP verification. As per Sugar documentation - 
  • Navigate to Admin > System Settings.
  • Scroll to the Advanced section at the bottom of the page. 
  • Uncheck "Validate user IP address".
  • Click "Save"to preserve the changes. 
User will no longer be logged out if your IP address changes.

Required Authentication Parameters

You can authenticate an element instance using the UI or via API calls. For detailed information on how to authenticate an instance, see our related documentation:

To authenticate an instance of the Sugar Serve element, you will need the following parameters:

Parameter Name/UI ValueAPI Value/KeyDescriptionSource
Sugar Serve site URLsite.urlThe unique URL established for your Sugar Serve site.This is the same URL that you use to sign in to your Sugar Serve platform. Contact your Sugar admin for assistance.
UsernameusernameThe username you use to sign in to your Sugar Serve site.Contact your Sugar admin for assistance.
PasswordpasswordThe password you use to sign in to your Sugar Serve site.Contact your Sugar admin for assistance.

Sample Configuration JSON

"configuration": {
    "oauth.api.key": "12345678asdfghjklqwertyuiop",
    "site.url": "http://my-sugar-serve-url.com",
    "username": "MyUsername",
    "password": "MyPassw0rd"
  }

Element Fact Sheet and Reference

Authentication and Configuration Parameters

To see all authentication parameters for the Sugar Serve element, follow these steps:

  1. Sign in to Cloud Elements and navigate to Elements.
  2. Hover over the card for an element, and then click My Resources. 
  3. In the top navigation toolbar, click Setup.
  4. From the Setup page, you can view a complete list of the element's authentication and configuration parameters.

Events and Supported Resources

The Sugar Serve element supports events via polling. For detailed information about our Events framework and how to configure an element instance with events, see our documentation:

You can set up polling events for the following resources of the Sugar Serve element:

  • accounts
  • contacts
  • calls
  • meetings
  • tasks
  • users
  • documents
  • emails
  • tags
  • incidents
  • cases

Queryable Endpoints

You can use CEQL to query the following endpoints of the Sugar Serve element:

  • GET /accounts
  • GET /activities
  • GET /articles
  • GET /bulk/jobs
  • GET /calls
  • GET /cases
  • GET /contacts
  • GET /documents
  • GET /emails
  • GET /incidents
  • GET /meetings
  • GET /notes
  • GET /{objectName}
  • GET /{objectName}/{objectId}/{childObjectName}
  • GET /reports
  • GET /tags
  • GET /tasks
  • GET /users

{{Snippet.termelementucsingular}} API Documentation

The base URL for all API requests is https://api.cloud-elements.com/elements/api-v2.

Provider Documentation