Salesforce API Integration Profile
Information and guides about integrating with Salesforce API
Add Salesforce Integration to Your AppConfiguration
To create a development account and OAuth application in Salesforce, follow these steps:
-
Sign up for a Salesforce Developer Program:
- Get a Salesforce deveveloper account here
-
Create an OAuth Application:
- Follow the steps outlined in this guide to create create a connected app and get
client ID
/client secret
- Make sure the Callback URI in your application is set to
https://api.integration.app/oauth-callback
- Add the following OAuth scopes to your application:
Access the identity URL service (id, profile, email, address, phone)
Manage user data via APIs (api)
Perform requests at any time (refresh_token, offline_access)
- Follow the steps outlined in this guide to create create a connected app and get
-
Configure the app parameters in the integration.app platform
- Add the Salesforce app from store in the Integration.app console
- Click Configure & Test
- In the Parameters section, select a Use custom parameters toggle / Edit Parameters
- Put the the Client ID into Client Id and the Client secret into the Client Secret fields in the form
- Add scopes your application requires to be functional
That's it! You have successfully created a developer account and OAuth application in Salesforce.