Salesforce Sales Cloud API Provider Setup

To authenticate a Salesforce Sales Cloud element instance, you must have the Salesforce Sales Cloud Enterprise edition or Professional edition with API support. Also, to set up a new application in Salesforce Sales Cloud, you must have Administrator privileges. Contact your system administrator if you do not have those privileges.

Note: Salesforce provides the most up-to-date and detailed setup instructions at Salesforce.com REST API Developer Guide

To set up the endpoint:

  1. Via a web browser, log in to your Salesforce account. If not already on the Setup page, navigate to it
  2. In the menu on the left, click Apps, and then click App Manager. Alternatively, you can also search for App Manager using Quick Find.

  3. Click New Connected App.
  4. Complete the Basic Information section.
  5. In the API (Enable OAuth Settings) section, select Enable OAuth Settings.
  6. Enter Callback URL- https://auth.cloudelements.io/oauth to redirect the user to Cloud Elements after authentication.
  7. In Selected OAuth Scopes, add the scopes needed from Available to Selected.
    Note: The default scopes are Full Access and Perform requests on your behalf at any time (refresh_token_, offline_access); if the default scopes do not correspond with the desired access, the scope parameter can be overwritten when sending the GET api call for the Oauth process to return the provider code.
  8. Complete the remaining settings as needed for your app.
  9. Click Save at the bottom of the window.
  10. Click Continue.
  11. Note the following in the API (Enable OAuth Settings) section, which you will need to authenticate a Cloud Elements Salesforce element instance with Salesforce.
    • Consumer Key
    • Consumer Secret
    • Callback URL

Salesforce Connected App step 3