Salesforce API Settings

In order to use our connector with Salesforce, our platform needs to authenticate itself by using OAuth2 (Client ID and Client Secret). This can be done by creating Connected App in Salesforce.

Add new Connected App


For adding a new connect App in your Salesforce, you should do the following:

  1. Select "New connected App".

  2. Specify redirect URL. The redirect URL should be https://[BSS URL]/core/oAuth/authorizedProvider

  3. Once the connected app is created you can now get the client id and secret from manage connected app


 Now connected app has been created successfully and ready to use it in BSS.

Entities Mapping


Below table contains the relation between Salesforce web API and models for a ready-to-use integration setup

Salesforce Web API

interworks.cloud

Account

Account

Contact

Contact

Product2

Product

PriceBookEntry

ProductPrice

Order

Order

OrderItem

Order Item

Case

Case

Table of Contents