App Configuration
How to configure Salesforce Wripple App
To be able to use the Salesforce Wripple app, you need to create a connected app in Salesforce. You can find more information about connected apps here.
Configure the App on Salesforce
1. Create a Connected App
- Go to
Setup > Apps > App Manager
- Click on
New Connected App
- Connected App Name: Wripple
- API Name: wripple_app
- Contact Email: [Your email]
- Check
API (Enable OAuth Settings)
- Callback URL: sfdc://oauth/restapi/success
- Add
Manage user data via APIs (api)
scope to Selected OAuth Scopes. - Uncheck the following;
- Require Proof Key for Code Exchange (PKCE) Extension for Supported Authorization Flows
- Require Secret for Web Server Flow
- Require Secret for Refresh Token Flow
- Check
Enable Client Credentials
.When prompted click OK.
- Click
Save
. - Click
Continue
.
2 Get Consumer Key and Secret
Now the app is created, we need to generate a consumer key and secret to use in Wripple.
Click
Manage Consumer Details
under API (Enable OAuth Settings).Salesforce might ask you to verify your account by sending an email, complete this step as described in Salesforce.
Copy
Consumer Key
andConsumer Secret
to be used in app configuration later.Go to newly created app details by clicking the
Back to Manage Connected Apps
link.Click
Manage
.Click
Edit Policies
.Under
Client Credentials Flow
selectRun As
user. This user will be used for all the operations initiated from Wripple.
Configure App on Wripple
- Click
App Configurations
. - Click
Create
. - Enter a name and description for your app config.
- Select
Salesforce
as an Application. - Click
Next
. - Enter your Salesforce URL. eg:
https://MyDomainName.my.salesforce.com
- Enter the Consumer key and Consumer secret we copied earlier.
- Enter a user name for the integration user. This user should be the same as the
Run As
user we set up earlier. - Click
Validate & Create
.