Salesforce
Access your customers' Salesforce records
Last updated
Access your customers' Salesforce records
Last updated
You can find your Salesforce application credentials by visiting your Salesforce developer dashboard.
You'll need the following information to set up your Salesforce App with KollaConnect:
Consumer ID
Consumer Secret
Go to your Salesforce setup page and type "App Manager" in the search box, and select "App Manager" from the results.
If you don't have an app already, create a new app by clicking on "New Connected App"
3. Add your app name and other information as required
4. Check the box next to "Enable OAuth Settings. In the redirect URLs section, add the KollaConnect OAuth2 redirect URL:
5. Then add the OAuth scopes your integration will need.
The following scopes are required to work with KollaConnect:
Perform requests at any time (refresh_token, offline access)
Manage user data via APIs (api)
6. Hit save, noting the the Consumer ID and Consumer Secret for use later.
1. In the Kolla admin portal, go to Integrations > Connectors and click Add Connector.
2. Choose Salesforce from the catalog of connectors
3. Name your instance of this connector and input the following configuration items:
Consumer ID (from Salesforce app setup in previous steps)
Client Secret ((from Salesforce app setup in previous steps)
Press the save button to finish adding this connector.
Once your users have connected their Salesforce account, you can use the Kolla SDK to access your users' Salesforce access token and use that to connect to Salesforce.
See the Salesforce API documentation for their full API reference.