Created
March 1, 2021 10:25
-
-
Save abierhaus/3372ed4510284320c20c49d52905759a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "Salesforce": { | |
| "Username": "", //User name from API User | |
| "Password": "", //Password from API User | |
| "Token": "", //Token from /lightning/settings/personal/ResetApiToken/home | |
| "ClientId": "", // Consumer Key from the connected app | |
| "ClientSecret": "", // Consumer Secret from the connected app | |
| "LoginEndpoint": "https://login.salesforce.com/services/oauth2/token", //OAuth URL | |
| "ApiEndpoint": "/services/data/v51.0/" //API Endpoint with Version | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment