Skip to content

Instantly share code, notes, and snippets.

@abierhaus
Created March 1, 2021 10:25
Show Gist options
  • Select an option

  • Save abierhaus/3372ed4510284320c20c49d52905759a to your computer and use it in GitHub Desktop.

Select an option

Save abierhaus/3372ed4510284320c20c49d52905759a to your computer and use it in GitHub Desktop.
"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